araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

Bug parsing 2014.02.13 00:00:00 ? #134

Open jmdacruz opened 3 years ago

jmdacruz commented 3 years ago

I created a test that shows what I'm seeing: Parsing "2014-02-13 00:00:00" and "2014.02.13" return equivalent time representations, but "2014.02.13 00:00:00" fails to parse. This PR is not meant to be merged yet, since the tests I added are failing due to these issue. If this is a valid issue, we can figure out the fix.