pandas
Timestamp.tzname()
Return time zone name.
Examples
>>> ts = pd.Timestamp('2023-01-01 10:00:00', tz='Europe/Brussels') >>> ts Timestamp('2023-01-01 10:00:00+0100', tz='Europe/Brussels') >>> ts.tzname() 'CET'
previous
pandas.Timestamp.tz_localize
next
pandas.Timestamp.utcfromtimestamp