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
I stumbled upon https://ijmacd.github.io/rfc3339-iso8601/
I never actually read the iso8601 standard (for one because it's not freely available), so technically we're definitely not iso8601-compliant.
Might be worth looking into whether we parse data from the test file.
e.g. I'm pretty sure we don't correctly handle leading T like T10:47:21+01. Nor do we allow lowercase t.
The text was updated successfully, but these errors were encountered:
I stumbled upon https://ijmacd.github.io/rfc3339-iso8601/
I never actually read the iso8601 standard (for one because it's not freely available), so technically we're definitely not iso8601-compliant.
Might be worth looking into whether we parse data from the test file.
e.g. I'm pretty sure we don't correctly handle leading
T
likeT10:47:21+01
. Nor do we allow lowercaset
.The text was updated successfully, but these errors were encountered: