araddon / dateparse

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

Date format not being parsed #109

Open superhac opened 4 years ago

superhac commented 4 years ago

Good Morning,

On the following RSS feed the date is not being parsed correctly: https://digi.ninja/rss.xml

The format of the is "Sun, 07 Jun 2020 00:00:00 +0100". It appears dateparse is not able decode this format.

Thanks!

gouguoyin commented 3 years ago

carbon.Now(). ToRssString() // Sat, 30 Jan 2021 20:57:30 +0800 you can try go-carbon