Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date format not being parsed #109

Open
superhac opened this issue Aug 2, 2020 · 1 comment · May be fixed by #159
Open

Date format not being parsed #109

superhac opened this issue Aug 2, 2020 · 1 comment · May be fixed by #159

Comments

@superhac
Copy link

superhac commented Aug 2, 2020

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
Copy link

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

klondikedragon added a commit to itlightning/dateparse that referenced this issue Dec 12, 2023
* Don't just assume we were given one of the valid formats.
* Also consolidate the parsing states that occur after timePeriod.
* Add subtests to make it easier to see what fails.
* Additional tests for 4-char timezone names.
* Fix araddon#117
* Fix araddon#150
* Fix araddon#157
* Fix araddon#145
* Fix araddon#108
* Fix araddon#137
* Fix araddon#130
* Fix araddon#123
* Fix araddon#109
* Fix araddon#98
* Addresses bug in araddon#100 (comment)

Adds test cases to verify the following are already fixed:
* araddon#94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants