Feature
This is a system view that provides information about time zone conversion types.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| Time_zone_id | bigint(20) | NO | The ID of the time zone. |
| Transition_type_id | bigint(20) | NO | The ID of the time zone conversion type. |
| Offset | bigint(20) | NO | The time zone offset. |
| Is_DST | bigint(20) | NO | Indicates whether it is the Daylight Saving Time (DST). |
| Abbreviation | varchar(8) | NO | The abbreviation. |