check mysql timezone

Solutions on MaxInterview for check mysql timezone by the best coders in the world

showing results for - "check mysql timezone"
Ana
20 Sep 2016
1#The query below returns the timezone of the current session.
2
3select timediff(now(),convert_tz(now(),@@session.time_zone,'+00:00'));