$date = new DateTime('22:50:00');
$date->add(new DateInterval('PT01H40M00S'));
echo $date->format('H:i:s');00:30:00