3v4l.org

run code in 300+ PHP versions simultaneously
<?php $todayStart = new \DateTime('today 0:00'); $todayStart->setTimezone(new \DateTimeZone('PST')); $todayEnd = new \DateTime('tomorrow 0:00'); $todayEnd->setTimezone(new \DateTimeZone('PST')); var_dump([$todayStart->getTimestamp(), $todayEnd->getTimestamp()]);

preferences:
40.56 ms | 402 KiB | 5 Q