Open pcnova opened 10 months ago
That's the kind of bug this library is useful to catch =). That is a non-standard date format that may parse differently based on timezone and browser (and possibly even locale, since there's English words in there?). There are a number of non-ISO formats accepted by this library, but only those that have defined behavior in the JS spec.
If there's a compelling reason to support that format, and it can be shown that it's treated the same in all browsers in all locales, and all Node versions, then maybe it's fine though, and a PR to handle it would be accepted.
Trying the following in a unit test...
...results in the following error: