waltzofpearls / dateparser

Parse dates in commonly used string formats with Rust.
MIT License
41 stars 8 forks source link

Three date formats #34

Open jrduncans opened 1 year ago

jrduncans commented 1 year ago

In my CLI tool , after adopting dateparser, I was able to remove all but three custom formats.

Here are the sample date strings from the tests:

I don't recall where I saw these that caused me to add tests and support for them, but if dateparser supported them I could pull out the remaining date-parsing code from timeturner and belt and other users of dateparser would support these date formats.

waltzofpearls commented 1 year ago

Hey @jrduncans, thanks for adopting dateparser lib and submitting this feature request. I will look into it, and let you know when it's being worked on.