pandas.DataFrame.tz_convert¶
- DataFrame.tz_convert(tz, axis=0, copy=True)¶
Convert TimeSeries to target time zone. If it is time zone naive, it will be localized to the passed time zone.
Parameters : tz : string or pytz.timezone object
copy : boolean, default True
Also make a copy of the underlying data