openstreetmap-website icon indicating copy to clipboard operation
openstreetmap-website copied to clipboard

Notes RSS feed should not include relative time

Open scy opened this issue 10 years ago • 3 comments

The Notes RSS feed is a great feature, thanks! However, when displaying the creation time of a note, it’s using a relative date (as in “created 3 hours ago”). This isn’t the brightest idea, for two reasons:

First, feeds are asynchronous things. Between the time I fetch the feed and the time I actually read it might be several hours, if not days. However, it will still say “created 3 hours ago”, which is misleading and pretty much useless.

Second, there are some feed readers that highlight differences in feed items between consecutive fetch processes (think “what has been changed in this news article since it has been published”), and relative dates cause unnecessary noise in these readers. (See this example image from a feature request for NewsBlur I just opened.)

If possible, please replace the relative date with an absolute one, like “created on 2014-08-02 16:29:42 GMT”, or remove the date altogether.

scy avatar Aug 02 '14 14:08 scy