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
It appears that the regular expression used for the date time is not exactly following the standard as defined here
Indeed, incorrect timestamp as shown below will still be valid with the current implementation:
2022-02-22T11:22:33:999Z
2022-02-22T11:22:33-999Z
2022-02-22T11:22:33x999Z
The text was updated successfully, but these errors were encountered:
Cr4psy
changed the title
Date-time: Update Regexp
Schema validation: Incorrect String Format Regexp for date-time
Feb 17, 2022
It appears that the regular expression used for the date time is not exactly following the standard as defined here
Indeed, incorrect timestamp as shown below will still be valid with the current implementation:
2022-02-22T11:22:33:999Z
2022-02-22T11:22:33-999Z
2022-02-22T11:22:33x999Z
The text was updated successfully, but these errors were encountered: