tdegrunt / jsonschema

JSON Schema validation
Other
1.82k stars 262 forks source link

ISO 8601 allows date time without TZ separator and TZ data. It's refeered as local time. #381

Closed arcturus closed 1 year ago

arcturus commented 1 year ago

Enabling the option to not to specify the TZ + test.

awwright commented 1 year ago

No, date-time specifically refers to the date-time production in RFC 3339, where the T and timezone are both required.