time = $_SERVER["REQUEST_TIME"]; } public function now(): DateTimeImmutable { return (new DateTimeImmutable())->setTimestamp($this->time); } } ?>