3v4l.org

run code in 500+ PHP versions simultaneously
<?php $timezone = new DateTimeZone("Europe/Amsterdam"); $date = new DateTime("1940-01-01 00:00:00", $timezone); var_dump($date); $formatter = new IntlDateFormatter("en-US"); var_dump($formatter->format($date)); var_dump("INTL_ICU_VERSION: " . INTL_ICU_VERSION);

preferences:
90.78 ms | 1187 KiB | 5 Q