time = $time; } /** * {@inheritdoc} */ public function now() { return new \DateTimeImmutable($this->time); } }