<?php date_default_timezone_set('America/New_York'); echo $script_tz = date_default_timezone_get()."\n"; $ny_time = "12:30 am"; echo gmdate('h:i a',strtotime($ny_time));
You have javascript disabled. You will not be able to edit any code.