<?php echo (new \DateTime('9am'))->format('r') . "\n"; date_default_timezone_set('Australia/Sydney'); echo (new \DateTime('9am'))->format('r') . "\n"; echo (new \DateTime('@123456789'))->format('r') . "\n";
You have javascript disabled. You will not be able to edit any code.