araddon / dateparse

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

Another date format: 'January 02, 2006, 15:04:05' #73

Closed timsims1717 closed 5 years ago

timsims1717 commented 6 years ago

I've just run into a few more date formats that I think would be good to have: January 02, 2006, 15:04:05 January 02, 2006 15:04:05 January 02, 2006 03:04:05 pm Basically, the same as "September 17, 2012 at 10:09am PST-08" but without the 'at' and a couple variations.

Thanks!

timsims1717 commented 6 years ago

I just noticed the very first one on the list fits, but having 24 hour as an option would be nice.

araddon commented 6 years ago

thanks for the report, will try to get them in next couple days!