Created
April 30, 2014 10:49
-
-
Save m4tthumphrey/b92c1c319972103b4a3a to your computer and use it in GitHub Desktop.
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
$time = '2014-03-30 02:00:00'; | |
echo strtotime($time)."\n"; | |
$time = '2014-03-30 01:00:00'; | |
echo strtotime($time)."\n"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment