I get the time:
$today = time(); $date = date(\'h:i:s A\', strtotime($today));
if the current time is \"1:00:00 am\", how do i add 10 more
add(new DateInterval('PT10H')); echo $date->format('H:i:s a'); //"prints" 11:00:00 a.m