Find out your MySQL server timezone Posted on 11 July 2012 by kosmas emailFacebookTwitterLinkedinProblem You would like to know your MySQL’s server timezone, especially if you have more than one and you want to compare them if they have the same or not. Solution Just run the following SQL: SELECT @@system_time_zone 1 SELECT @@system_time_zone