The Timezone entity is a data schema that represents a timezone within your application. It typically includes fields such as the timezone name, a unique identifier, and the UTC offset from Coordinated Universal Time (UTC).
Timezone index for sorting
40 Copy
40
Timezone name in the "Area/Location" format, which is part of the IANA Time Zone database
'America/New_York' Copy
'America/New_York'
Timezone offset
'GMT-05:00' Copy
'GMT-05:00'
Timezone title
'Eastern Time' Copy
'Eastern Time'
The Timezone entity is a data schema that represents a timezone within your application. It typically includes fields such as the timezone name, a unique identifier, and the UTC offset from Coordinated Universal Time (UTC).