pandas.arrays.DatetimeArray.tz

DatetimeArray.tz

Return timezone, if any.

Returns:
datetime.tzinfo, pytz.tzinfo.BaseTZInfo, dateutil.tz.tz.tzfile, or None

Returns None when the array is tz-naive.

Scroll To Top