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 guess we could add a deprecation notice, + the new DateFromString codec, + maybe also the new DateFromISOString2v (second version) codec working as expected above
🐛 Bug report
Current Behavior
DateFromISOString
accepts any string that can be parsed bynew Date(s)
Expected behavior
DateFromISOString
accepts only ISO stringsReproducible example
Suggested solution(s)
Rename into
DateFromString
and add a note that this codec is implemented usingDate.parse()
Your environment
The text was updated successfully, but these errors were encountered: