<?php $midnight = new \DateTime(); $midnight->setTimestamp(1374246685)->modify('tomorrow')->setTime(0, 0); var_dump($midnight);
You have javascript disabled. You will not be able to edit any code.