get_current_timezone_name
Return the name of the currently active time zone.
def get_current_timezone_name() - > string
Return the name of the currently active time zone.
Returns
| Type | Description |
|---|---|
string | The string identifier of the active time zone (e.g., 'UTC' or 'America/New_York'). |