3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tz1 = new DateTime('now', new DateTimeZone('UTC')); $tz2 = clone $tz1; $tz2->setTimeZone(new DateTimeZone('Europe/Kiev')); var_dump($tz1->format('dmYHis') == $tz2->format('dmYHis'));

preferences:
35.47 ms | 402 KiB | 5 Q