Created
November 6, 2015 05:23
-
-
Save noppolp/7b422c9222f9918573bc to your computer and use it in GitHub Desktop.
Set MySQL Timezone (From http://stackoverflow.com/questions/19023978/should-mysql-have-its-timezone-set-to-utc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET @@global.time_zone='+00:00'; | |
SET time_zone = "+00:00"; | |
SET @@session.time_zone = "+00:00"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment