Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 737 Bytes

TimeZone.md

File metadata and controls

14 lines (11 loc) · 737 Bytes

# TimeZone

Properties

Name Type Description Notes
name string The name of the time zone. [optional]
utc_offset int The time zone's UTC offset in seconds. [optional]
formatted_name string The formatted name of the time zone. [optional]
formatted_offset string The formatted offset of the time zone. [optional]
abbreviation string The abbreviation of the time zone. [optional]
identifier string The tz database name of the time zone. [optional]

[Back to Model list] [Back to API list] [Back to README]