<?php var_dump(date('c', mktime(1, 2, 3, 4, 5, 2038))); var_dump(date('c', strtotime('+1000 year'))); $d = new DateTime('+1000 years'); var_dump($d->format('c')); // 4115-11-25T09:00:23-02:00
Standard input is empty
string(25) "1970-01-01T00:00:00+00:00" string(25) "1970-01-01T00:00:00+00:00" string(25) "3015-11-25T11:07:03+00:00"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!