3v4l.org

run code in 300+ 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:
120.05 ms | 404 KiB | 5 Q