Purpose
mysql.time_zone_transition displays time zone conversion information. It is a system view.
Related tables/views
__all_time_zone_transition
Fields
Field |
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. |
