<?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";
You have javascript disabled. You will not be able to edit any code.