3v4l.org

run code in 500+ PHP versions simultaneously
<?php const FORMAT = 'HP'; var_dump( (new DateTime(null, new DateTimeZone('UTC')))->format(FORMAT), (new DateTime(null, new DateTimeZone('EST')))->format(FORMAT), (new DateTime(null, new DateTimeZone('EDT')))->format(FORMAT) );

preferences:
99.94 ms | 2567 KiB | 5 Q