Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zZonedDateTimeConst

    zZonedDateTime: z.ZodType<Temporal.ZonedDateTime> = ...

    Validates or coerces a string to a Temporal.ZonedDateTime.

    Accepts ISO 8601 date-time strings with a timezone offset and IANA timezone annotation (e.g. 2023-01-15T13:45:30+08:00[Asia/Manila]) or existing ZonedDateTime instances.

    Includes JSON Schema metadata (pattern, description) so z.toJSONSchema() produces a correct JSON Schema.