*/ public function jsonSerialize(): array { return [ 'timezone' => $this->timezone, 'formats' => $this->formats, ]; } }