Problem
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
Problem
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