mysql.time_zone Table
The mysql.time_zone table assigns a unique ID to each time zone supported by the server, linking to other time zone system tables.
Field
Type
Null
Key
Default
Description
Example
SELECT * FROM mysql.time_zone;
+--------------+------------------+
| Time_zone_id | Use_leap_seconds |
+--------------+------------------+
| 1 | N |
| 2 | N |
| 3 | N |
| 4 | N |
| 5 | N |
| 6 | N |
| 7 | N |
| 8 | N |
| 9 | N |
| 10 | N |
...
+--------------+------------------+See Also
Last updated
Was this helpful?

