<?php
$timestamp=1466679909936;
echo date('Y-m-d H:i:s',$timestamp);//output: 48447-03-27 22:05:36
?>
output should be: 2016-06-23 1:05:09
what am I doing wrong?
<?php
$timestamp=1466679909936;
echo date('Y-m-d H:i:s',$timestamp);//output: 48447-03-27 22:05:36
?>
output should be: 2016-06-23 1:05:09
what am I doing wrong?