You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An RFC3339 date time string with no timezone is valid, but since Ajv website says the time-zone is mandatory for the "date-time" format, I expected the code above to raise an error. It outputs true.
What am I missing? Is it expected behavior? If so, maybe the website should be updated.
The text was updated successfully, but these errors were encountered:
I'm using Ajv 8.10.0, latest version as of this writing.
An RFC3339 date time string with no timezone is valid, but since Ajv website says the time-zone is mandatory for the "date-time" format, I expected the code above to raise an error. It outputs true.
What am I missing? Is it expected behavior? If so, maybe the website should be updated.
The text was updated successfully, but these errors were encountered: