sisyphsu / dateparser

dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.
MIT License
95 stars 23 forks source link

Add `sept` to short month names #23

Closed acruise closed 1 year ago

acruise commented 2 years ago

A rather unfortunate backwards-incompatible Java update has highlighted the need for more flexible date parsing, and your library looked pretty good... Unfortunately my data, created in a different environment, includes Sept as an abbreviated month name. WDYT? :)

sisyphsu commented 2 years ago

Did you test it? I'm not sure would it work...