I have a bit of PHP code for date formatting as follows
$date = date('Y-m-d', strtotime('2076-11-26'));
echo $date;
But for certain date returned value is 1970-01-01, I really confused about this matter, above is one example date which I got 1970 as year, I set the timezone as date_default_timezone_set('UTC');, but still no avail, the problem is in my live server, although its working fine in production server to.