<?php $date = new DateTime(); $date->setTimestamp(PHP_INT_MAX); var_dump($date->format('c')); var_dump(PHP_INT_MAX);
Standard input is empty
string(25) "2038-01-19T03:14:07+00:00" int(2147483647)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!