araddon / dateparse

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

[BUG] some coma-separated words are considered as a time #145

Open prochac opened 2 years ago

prochac commented 2 years ago

, although they obviously don't.

I have prepared a test case replicating the problem and mocked the string we found it with. But I hope the committed one replicates the same issue.

https://github.com/prochac/dateparse/commit/942edac020cb50c33292ca0743ff69a077b2793d

prochac commented 2 years ago

Could it be related? https://github.com/araddon/dateparse/issues/108