I\'m having a problem with the PHP date function which I\'ve never had a problem with before.
The timestamp is entirely correct, however for some bizarre reason date
try this
// set default timezone date_default_timezone_set('UTC'); //define unix timestamp $timestamp = 1456778973; // output echo date('d M Y H:i:s',$timestamp);
Try this converter too http://freeonlinetools24.com/