Review by Firefox user 14483240
Rated 4 out of 5
by Firefox user 14483240, 6 years agoEDIT: It seems you're right: that particular feed has the timezone incorrectly set (or perhaps it's failing to localize the time to the timezone it has set). It would still be nice to be able to be able to see articles "from the future", even if it's just a manual option on individual feeds. I mean, the article exists, doesn't it?
The one big annoyance with this extension is that it ignores articles from the "future", even if it's just a timezone difference. I have one feed that always updates at midnight UTC, but I don't get it in the feed until several hours later when it's midnight in my timezone. It would be nice if this "feature" could be turned off in general, or for specific feeds.
The one big annoyance with this extension is that it ignores articles from the "future", even if it's just a timezone difference. I have one feed that always updates at midnight UTC, but I don't get it in the feed until several hours later when it's midnight in my timezone. It would be nice if this "feature" could be turned off in general, or for specific feeds.
Developer response
posted 6 years agoIt doesn't work like that. Timezones are taken into account in date stamps. So any article will become immediately visible regardless of timezone differences as long as the timestamp of the article is not in the future. For example if some feed contains an article timestamped to year 2124, it won't become visible before that year is actually active. It sounds like in this case the feed posts some articles so that they are datestamped to the future.
If you want more clarity with this, please send the feed URL and your timezone info to feedbro.reader@gmail.com
EDIT: the reason Feedbro doesn't load articles that are timestamped to the future is that it would complicate many things. For example if you have a Rule that would popup a notification when a new article arrives, should that Rule trigger when an article is loaded that is timestamped in to the future? Probably not but then when should it trigger? That would then require some background scanning process to find articles that haven't been triggered by rules but are already in the database... etc. It would complicate and slow down the code quite a bit. Unless the feed is super floody, Feedbro will eventually load the article so it shouldn't really be an issue. And this is relevant for maybe 0.001% of the feeds out there so it's an obvious WON'T FIX decision.
If you want more clarity with this, please send the feed URL and your timezone info to feedbro.reader@gmail.com
EDIT: the reason Feedbro doesn't load articles that are timestamped to the future is that it would complicate many things. For example if you have a Rule that would popup a notification when a new article arrives, should that Rule trigger when an article is loaded that is timestamped in to the future? Probably not but then when should it trigger? That would then require some background scanning process to find articles that haven't been triggered by rules but are already in the database... etc. It would complicate and slow down the code quite a bit. Unless the feed is super floody, Feedbro will eventually load the article so it shouldn't really be an issue. And this is relevant for maybe 0.001% of the feeds out there so it's an obvious WON'T FIX decision.