Categories: How-To's, Technology Tags: Date, datetime, gmtime, howto, localtime, perl, Stamp, strftime, time, timedate, Timestamp, tips | No comments
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;’
Categories: How-To's, Technology Tags: cli, Command, Command line, convert, Date, Epoch, Format, php, Stamp, strtotime, time, Timestamp | No comments