modin.pandas.DatetimeIndex.tz¶
- property DatetimeIndex.tz: NoReturn[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/utils/error_message.py#L85-L94)¶
Return the timezone.
- Returns:
Returns None when the array is tz-naive.
- Return type:
datetime.tzinfo, pytz.tzinfo.BaseTZInfo, dateutil.tz.tz.tzfile, or None
Examples