Ver original$date = new DateTime('03:14:00');echo $date->format('H:i:s'); $date->modify('-6 hours');echo "<br />" .$date->format('H:i:s');