SELECT @@system_time_zone as tz;
#The query below returns the timezone of the current session. select timediff(now(),convert_tz(now(),@@session.time_zone,'+00:00'));
[mysqld] default-time-zone = "+00:00"