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