pandas.
DatetimeTZDtype
An ExtensionDtype for timezone-aware datetime data.
This is not an actual numpy dtype, but a duck type.
The precision of the datetime data. Currently limited to "ns".
"ns"
The timezone.
When the requested timezone cannot be found.
Examples
>>> pd.DatetimeTZDtype(tz='UTC') datetime64[ns, UTC]
>>> pd.DatetimeTZDtype(tz='dateutil/US/Central') datetime64[ns, tzfile('/usr/share/zoneinfo/US/Central')]
Attributes
unit
The precision of the datetime data.
tz
Methods
None