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
Thanks for the spot.
I think the regex used here does not cover the ISO8601 spec 100% for example time interval and duration will not match but I agree it would be nice if the actual date was validated.
Will see if we can get the regex tidied up a bit
Date range is not validated.
For example, 2018-11-31T09:00:00+00:00 passes the test, but YYYY-11-31 is not a valid date (November has 30 days).
The text was updated successfully, but these errors were encountered: