araddon / dateparse

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

Support "yyyy mmm dd" dates where mmm is an alpha literal #141

Open dferstay opened 2 years ago

dferstay commented 2 years ago

Timestamps with dates of the following form:

"2013 May 02 11:37:55"

fail to parse with the error:

 "2013 May 02 11:37:55": month out of range