Answers for "mysql timezone table"

SQL
1

set database timezone mysql

SET GLOBAL time_zone = '+8:00';
SET GLOBAL time_zone = 'Europe/Helsinki';
SET @@global.time_zone = '+00:00';
Posted by: Guest on December-18-2020
0

database timezone

the list of database timezone can be found in the link below

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Posted by: Guest on August-20-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language