time function to get time hour minute and seconds in php code example
Example: how to add hour minute seconds in php datetime
date('Y-m-d H:i',strtotime('+1 hour +20 minutes',strtotime($start)));
date('Y-m-d H:i',strtotime('+1 hour +20 minutes',strtotime($start)));