Hi,
Not strictly speaking an API issue, but the RSS feed is used by 3rd-party tools...
The RSS feed has a "pubDate" property for each article, which should be set to the date of the article. It's always set to the date of the last change though, so there's no way for external tools to get the correct GalNet news dates.
The RSS spec also has a "pubDate" at the root of the XML, which is supposed to contain the last-updated date of the entire feed, which is what this seems to be. Could somebody please change the feed so that the article-specific pubDate values are correct?
Cheers,
Jim
Not strictly speaking an API issue, but the RSS feed is used by 3rd-party tools...
The RSS feed has a "pubDate" property for each article, which should be set to the date of the article. It's always set to the date of the last change though, so there's no way for external tools to get the correct GalNet news dates.
Code:
<item>
<guid isPermaLink="false">56f15aab9657ba7443fe78c6</guid>
<link>https://community.elitedangerous.com/galnet/uid/56f15aab9657ba7443fe78c6</link>
<title>Freelance Report: Cerberus Plague Past and Present</title>
<description>
(snipped)
</description>
<pubDate>[COLOR=#ff0000]Thu, 24 Mar 2016 11:01:30 +0000[/COLOR]</pubDate>
</item>
The RSS spec also has a "pubDate" at the root of the XML, which is supposed to contain the last-updated date of the entire feed, which is what this seems to be. Could somebody please change the feed so that the article-specific pubDate values are correct?
Cheers,
Jim