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.
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 existingZonedDateTimeinstances.Includes JSON Schema metadata (
pattern,description) soz.toJSONSchema()produces a correct JSON Schema.