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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I discovered today that the dateparser is highly reliant on the order of key definition in the formatCodeToRegex object - this is highly flawed, as the JS spec itself specifies that the key order in iteration does not matter.
This fragility needs to be fixed.
The text was updated successfully, but these errors were encountered:
I discovered today that the dateparser is highly reliant on the order of key definition in the
formatCodeToRegex
object - this is highly flawed, as the JS spec itself specifies that the key order in iteration does not matter.This fragility needs to be fixed.
The text was updated successfully, but these errors were encountered: