Timezone information.
timezone#ff9289f5 id:string name:string utc_offset:int = Timezone;
Name | Type | Description |
---|---|---|
id | string | Unique timezone ID. |
name | string | Human-readable and localized timezone name. |
utc_offset | int | UTC offset in seconds, which may be displayed in hh:mm format by the client together with the human-readable name (i.e. $name UTC -01:00 ). |