now; } /** @param non-empty-string $dateTime */ public static function from(string $dateTime = 'now'): ClockInterface { return new self(new DateTimeImmutable($dateTime)); } }