MySQL Time Zones

前端 未结 6 1448
轻奢々
轻奢々 2020-11-29 04:16

Is there an exhaustive list of MySQL Time Zones?

It seems that the valid values for time_zone in MySQL settings are dependent on the host Operating Syst

6条回答
  •  时光取名叫无心
    2020-11-29 04:34

    An exhaustive list of timezones can be downloaded from MySQL's website as database tables that get imported into MySQL server.

    For Calgary time you can specify UTC offsets as

    set time_zone = '-6:00';
    

提交回复
热议问题