Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zInstantConst

    zInstant: z.ZodType<Temporal.Instant> = ...

    Validates or coerces a string or Date to a Temporal.Instant.

    Accepts ISO 8601 instant strings with a required UTC offset (e.g. 2023-01-15T13:45:30Z), Date objects, or existing Instant instances.

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