3v4l.org

run code in 300+ PHP versions simultaneously
<?php $starttime='1899-12-30T16:30:00'; echo $starttime . "\n\r"; echo 'strart: ' . date('H:i:s', strtotime($starttime)) . "\n\r"; echo "\n\r"; $end = '1899-12-30T16:45:00'; echo 'end: ' . date('H:i:s',strtotime($end)); date_default_timezone_set('America/New_York'); $starttime='1899-12-30T16:30:00'; echo $starttime . "\n\r"; echo date('H:i:s', strtotime($starttime)) . "\n\r";
Output for 5.2.6 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
1899-12-30T16:30:00 strart: 16:30:00 end: 16:45:001899-12-30T16:30:00 16:30:00
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.5
1899-12-30T16:30:00 strart: 01:00:00 end: 01:00:001899-12-30T16:30:00 19:00:00
Output for 5.0.0 - 5.0.5
1899-12-30T16:30:00 strart: 16:30:00 end: 16:45:00 Fatal error: Call to undefined function date_default_timezone_set() in /in/eN416 on line 10
Process exited with code 255.
Output for 4.4.5 - 4.4.9
1899-12-30T16:30:00 strart: 23:49:32 end: 00:04:32 Fatal error: Call to undefined function: date_default_timezone_set() in /in/eN416 on line 10
Process exited with code 255.
Output for 4.3.5 - 4.3.11, 4.4.0 - 4.4.4
1899-12-30T16:30:00 strart: 23:49:32 end: 00:04:32 Fatal error: Call to undefined function: date_default_timezone_set() in /in/eN416 on line 10
Process exited with code 255.
Output for 4.3.2 - 4.3.4
1899-12-30T16:30:00 strart: 09:49:32 end: 10:04:32 Fatal error: Call to undefined function: date_default_timezone_set() in /in/eN416 on line 10
Process exited with code 255.
Output for 4.3.0 - 4.3.1
1899-12-30T16:30:00 strart: 09:49:32 end: 10:04:32 Fatal error: Call to undefined function: date_default_timezone_set() in /in/eN416 on line 10

preferences:
257.94 ms | 401 KiB | 400 Q