Purpose
The mysql.time_zone_transition view displays conversion information about time zones. It is a system view.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| Time_zone_id | bigint(20) | NO | The ID of the time zone. |
| Transition_time | bigint(20) | NO | The time after the time zone conversion. |
| Transition_type_id | bigint(20) | NO | The ID of the time zone conversion type. |