pandas 0.9.0 documentation

pandas.Series.tz_localize

Series.tz_localize(tz, copy=True)

Localize tz-naive TimeSeries to target time zone

Parameters :

tz : string or pytz.timezone object

copy : boolean, default True

Also make a copy of the underlying data

Returns :

localized : TimeSeries