get_default_timezone_name
Return the name of the default time zone.
def get_default_timezone_name() - > string
Return the name of the default time zone.
Returns
| Type | Description |
|---|---|
string | The string identifier of the default time zone (e.g., "UTC" or "America/New_York"). |