Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zPlainDateConst

    zPlainDate: z.ZodType<Temporal.PlainDate> = ...

    Validates or coerces a string to a Temporal.PlainDate.

    Accepts ISO 8601 date strings without time (e.g. 2023-01-15) or existing PlainDate instances.

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