Skip to content

Instantly share code, notes, and snippets.

@iamstoick
Created February 3, 2015 13:14
Show Gist options
  • Save iamstoick/48bbdfa630bb8a358612 to your computer and use it in GitHub Desktop.
Save iamstoick/48bbdfa630bb8a358612 to your computer and use it in GitHub Desktop.
Convert REQUEST_TIME into human-readable format
$machine_format = 1422969167;
echo date('l, F j, Y g:i a', $machine_format);
// Output
Wednesday, February 4, 2015 12:12 am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment