Python | Pandas Series.dt.tz
Series.dt can be used to access the values of the series as datetimelike and return several properties. Pandas Series.dt.tz attribute return the timezone if any, else it return None. Syntax: Series.dt.tz Parameter : None Returns : timezone Example #1: Use Series.dt.tz attribute to find the timezone