pandas.Timestamp.astimezone — pandas 0.25.3 documentation (original) (raw)
Timestamp.
astimezone
(self, tz)¶
Convert tz-aware Timestamp to another time zone.
Parameters: | tz : str, pytz.timezone, dateutil.tz.tzfile or None Time zone for time which Timestamp will be converted to. None will remove timezone holding UTC time. |
---|---|
Returns: | converted : Timestamp |
Raises: | TypeError If Timestamp is tz-naive. |