How To Convert UNIX Timestamps to Date using PHP CLI

Published Date Author: , Posted August 15th, 2015 at 5:05:59pm

For a quick visual check to see what the human-readable date is based on a UNIX timestamp integer:
php -r 'print date("r",1483228799);'
php -r 'print strtotime("1 Jan 2015") - 1;'

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.