3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_set_default_timezone("UTC"); $tijd_in_UTC = '2014-02-10 20:18'; // voorbeeld, dit komt uit de db $datetime = new DateTime($tijd_in_utc); echo $datetime->format('Y-m-d H:i:sP'); $datetime->setTimezone(new DateTimeZone('Europe/Amsterdam')); // of misschien kan de user zijn eigen timezone instellen en komt die ook uit de database? echo $datetime->format('Y-m-d H:i:sP');
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function date_set_default_timezone() in /in/9FhgM:3 Stack trace: #0 {main} thrown in /in/9FhgM on line 3
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
70.23 ms | 401 KiB | 8 Q