3v4l.org

run code in 300+ PHP versions simultaneously
<?php // set to UTC date_default_timezone_set('UTC'); $now = new DateTime(); $now->setTime(23, 59, 59); echo $now->format("Y-m-d H:i:s\n"); $bratislava = clone $now; $bratislava->setTimezone(new DateTimeZone('Europe/Bratislava')); echo $bratislava->format("Y-m-d H:i:s\n");

preferences:
38.15 ms | 402 KiB | 5 Q