date->getTimestamp(); } public static function fromString(string $date): self { return new self(new \DateTimeImmutable($date)); } private function __construct(private \DateTimeImmutable $date) { } }