-
-
Notifications
You must be signed in to change notification settings - Fork 19
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 parsing issues with dc:date #899
Comments
Hey @Porkepix, thanks for bug report. Z offset should be handled by the "published" time parser. I added an extra test case to confirm: 9fce141. I also have a test feed that has a setup to parse Can you share the feed URL? I can see if there's something specific that I'm missing. Feel free to send it over email to [email protected] if you want, too. |
Thanks for the feed URL @Porkepix. I took a look at the feed. I wasn't handling |
This is now available in 2025.02.1111. |
Steps to Reproduce
For one feed I added to Capyreader, the date and time displayed is the one where the article got downloaded. The feed contain date and time for articles in this form:
<dc:date>2025-02-21T16:00:00Z</dc:date>
. This tag seems to be somehow expected as I've found places in the code with this specific tag, but maybe something in these dates create an issue and some difficulties to handle it (maybe theZ
I'm not seeing in tests?)Expected behavior
Correct handling of these date tags on that feed.
Screenshots or screen recording
No response
Device, Operating system, and app version
Capyreader 2025.02.1105, Android 14 on Motorola G84.
The text was updated successfully, but these errors were encountered: