Skip to content

Instantly share code, notes, and snippets.

@m4tthumphrey
Created April 30, 2014 10:49
Show Gist options
  • Save m4tthumphrey/b92c1c319972103b4a3a to your computer and use it in GitHub Desktop.
Save m4tthumphrey/b92c1c319972103b4a3a to your computer and use it in GitHub Desktop.
$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