Skip to content

Instantly share code, notes, and snippets.

@geraldvillorente
Created February 3, 2015 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geraldvillorente/48bbdfa630bb8a358612 to your computer and use it in GitHub Desktop.
Save geraldvillorente/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