Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zPlainDateTimeConst

    zPlainDateTime: z.ZodType<Temporal.PlainDateTime> = ...

    Validates or coerces a string to a Temporal.PlainDateTime.

    Accepts ISO 8601 date-time strings without timezone (e.g. 2023-01-15T13:45:30) or existing PlainDateTime instances.

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