3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo gmdate('d.m.Y H:i', strtotime('2023-03-13 11:45 AM America/New_York')), "\n"; echo gmdate('d.m.Y H:i', strtotime('2023-03-13 11:45 AM Europe/Dublin')), "\n"; echo gmdate('d.m.Y H:i', strtotime('2023-03-13 11:45 AM Asia/Tokyo')), "\n";
Output for 8.1.23 - 8.1.33, 8.2.3 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
13.03.2023 15:45 13.03.2023 11:45 13.03.2023 02:45

preferences:
110.98 ms | 406 KiB | 5 Q