$tz = new DateTimeZone($browser_tz);$dt = new DateTime();$dt->setTimezone($tz);$cur_time = $dt->format("d-m-Y h:i:s A");

Bir denermisiniz hocam