araddon / dateparse

GoLang Parse many date strings without knowing format in advance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dferstay opened this issue · comments

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