I had this construction error when trying to creating a new DateTime object using a timestamp:
Exception: DateTime::_construct(): Failed to parse
$start_date = new DateTime(); $start_date->setTimestamp($dbResult->db_timestamp);