$date = new DateTime($his['DATE_TIME']); $date->setTimezone(new DateTimeZone('Asia/Karachi')); echo $date->format('F j, Y, g:i a');