ENH/DOC: call for Timestamp · Issue #5168 · pandas-dev/pandas (original) (raw)
When you create a timestamp with a timezone and don't use a keyword argument, it fails silently:
>> pd.Timestamp('2012-01-01', 'US/Pacific')
Timestamp('2012-01-01 00:00:00', tz=None)