msasikanth / twine

Twine: A multiplatform RSS reader built using Kotlin and Compose
Apache License 2.0
1.71k stars 70 forks source link

Incorrect timestamps for the posts #108

Closed pabloscloud closed 10 months ago

pabloscloud commented 1 year ago

Describe the bug Instead of showing the actual release date of rss items it says '0 minutes ago'.

To Reproduce Steps to reproduce the behavior:

  1. Add haveibeenpawned rss
  2. See same result

Screenshots 9c75e1a4-4c7e-4880-8594-d5904282e115

Device Information

Stacktrace Not present in my present lol

msasikanth commented 12 months ago

Not an issue in latest version of the app from Play Store. Closing the issue.

pabloscloud commented 11 months ago

great! sorry I opened this then ;)

RWCoding58 commented 11 months ago

Experiencing the same bug with some other rss feeds, namely Github atom feeds (commits and releases, for example https://github.com/msasikanth/twine/releases.atom) and some foreign online news website called mothership.sg (the feed url being https://mothership.sg/feed/). It pretty much refetches the same post everytime a refresh occurs, changing the post timestamp to when it was refreshed

msasikanth commented 11 months ago

Experiencing the same bug with some other rss feeds, namely Github atom feeds (commits and releases, for example https://github.com/msasikanth/twine/releases.atom) and some foreign online news website called mothership.sg (the feed url being https://mothership.sg/feed/). It pretty much refetches the same post everytime a refresh occurs, changing the post timestamp to when it was refreshed

Ah, both of these links use date formats that are not commonly used by other feeds. Will look into it.

RWCoding58 commented 9 months ago

Experiencing the same bug with some other rss feeds, namely Github atom feeds (commits and releases, for example https://github.com/msasikanth/twine/releases.atom) and some foreign online news website called mothership.sg (the feed url being https://mothership.sg/feed/). It pretty much refetches the same post everytime a refresh occurs, changing the post timestamp to when it was refreshed

The latest release (1.29.0) seems to have fixed the GitHub feeds, but the Mothership one still has the same bug.

msasikanth commented 9 months ago

Experiencing the same bug with some other rss feeds, namely Github atom feeds (commits and releases, for example https://github.com/msasikanth/twine/releases.atom) and some foreign online news website called mothership.sg (the feed url being https://mothership.sg/feed/). It pretty much refetches the same post everytime a refresh occurs, changing the post timestamp to when it was refreshed

The latest release (1.29.0) seems to have fixed the GitHub feeds, but the Mothership one still has the same bug.

Oh, thanks. Looks like I missed that format. Added it, will be available in next release.