Created
March 13, 2014 08:41
-
-
Save anytizer/9524490 to your computer and use it in GitHub Desktop.
Server timezone difference
This file contains 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
mysql_query('SET time_zone = "+0:00";'); | |
date_default_timezone_set('Europe/London'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment