TimeZone table |
The TimeZone table allows you to retrieve information about a TimeZone.
This topic contains the following sections:
When you write templates that access this table, follow these requirements:
Specify the Symbolic Name for the table version to use:
TableID = TimeZone-1.0
Specify an Intent that this table supports:
This list includes each column's name, which you use in expressions to retrieve data, and data type, which defines how the data is retrieved.
Column | Data Type | Description |
---|---|---|
Id | Id | (primary key) The ID of the time zone. |
Name | Text | The name of the time zone. |
Abbreviation | Text | The abbreviation for this time zone. |
CurrentOffset | TimeInterval | The time zone's offset from UTC. If applicable, this includes the daylight savings offset. |
UtcOffset | TimeInterval | The time zone's standard offset from UTC |