diff options
| author | Christopher Guindon | 2017-09-28 14:11:19 +0000 |
|---|---|---|
| committer | Christopher Guindon | 2017-09-28 14:11:19 +0000 |
| commit | 1de875c2abde02ddbdc9a93095df106e7db0ad32 (patch) | |
| tree | e3a8063e93474526461f4e9ae67d339d989ca2ae | |
| parent | 60c4cf0173e1c616fe781ddd132dfec0783e9d20 (diff) | |
| download | community-1de875c2abde02ddbdc9a93095df106e7db0ad32.tar.gz community-1de875c2abde02ddbdc9a93095df106e7db0ad32.tar.xz community-1de875c2abde02ddbdc9a93095df106e7db0ad32.zip | |
Bug 521548 - [feed] Eclipse News Feed contains invalid <pubDate> entries
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
| -rw-r--r-- | news/2005newsarchive.rss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/2005newsarchive.rss b/news/2005newsarchive.rss index 5b1fd6e45..5a9129651 100644 --- a/news/2005newsarchive.rss +++ b/news/2005newsarchive.rss @@ -13,7 +13,7 @@ <title><![CDATA[Eclipse IoT Announces Fourth Edition of the Open IoT Challenge]]></title> <link><![CDATA[https://eclipse.org/org/press-release/20170928_open_iot_challenge_4.php]]></link> <description><![CDATA[IoT enthusiast? This Challenge is for you! Submit your IoT solution proposal by November 13.]]></description> - <pubDate>Tue, 28 Sept 2017 9:10:00 EST</pubDate> + <pubDate>Thu, 28 Sep 2017 09:10:00 EST</pubDate> <category>news</category> <pressrelease>1</pressrelease> </item> @@ -21,7 +21,7 @@ <title><![CDATA[Eclipse IDE Now Supports Java 9]]></title> <link><![CDATA[https://waynebeaton.wordpress.com/2017/09/22/java-9-support-for-eclipse-ide-oxygen-edition/]]></link> <description><![CDATA[Java 9 has been released into the world and support to make your Eclipse IDE ready to build, run, and debug Java 9 applications is available from the Eclipse Marketplace.]]></description> - <pubDate>Tue, 26 Sept 2017 14:30:00 EST</pubDate> + <pubDate>Tue, 26 Sep 2017 14:30:00 EST</pubDate> <category>news</category> <pressrelease>0</pressrelease> </item> @@ -29,7 +29,7 @@ <title><![CDATA[Special Notice for Eclipse IDE Users on macOS 10.13 in non-English mode]]></title> <link><![CDATA[https://www.eclipse.org/org/press-release/20170925criticalbug.php]]></link> <description><![CDATA[When Eclipse is launched on macOS 10.13 and user's primary language is not set to English, all the menu items in the main menubar are disabled. However, Context menus are not disabled]]></description> - <pubDate>Mon, 25 Sept 2017 8:30:00 EST</pubDate> + <pubDate>Mon, 25 Sep 2017 08:30:00 EST</pubDate> <category>news</category> <pressrelease>0</pressrelease> </item> |
