thephpleague / json-guard

Validation of json-schema.org compliant schemas.
http://json-guard.thephpleague.com/
MIT License
175 stars 26 forks source link

Fix date-time validation #118

Closed matt-allan closed 7 years ago

matt-allan commented 7 years ago

There were a lot of bugs in the date-time regex so I set down and rewrote it from scratch to match the RFC3339 ABNF syntax exactly.

References:

http://json-schema.org/latest/json-schema-validation.html#rfc.section.8.3.1 https://tools.ietf.org/html/rfc3339#section-5.6