Tiny bug. This is incorrect and messes up my automated display of planned downtime.
The RSS feed for downtime has the wrong time zone. Here is the contents of the EU feed now, http://rss.trionworlds.com/live/main...rift-eu-en.rss (this link will 404 when there is no planned downtime)
"CST" in "15 Mar 2018 20:00 CST" should be "CDT" for a few months. It's 20:00 CDT right now.Code:$ curl http://rss.trionworlds.com/live/maintenance/rift-eu-en.rss <rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"> <channel> <title>Trion Maintenance Announcements</title> <link>http://trionworlds.com</link> <description>Trion Maintenance Announcements</description> <language>en</language> <item> <title>Downtime - 3hr ETA</title> <link>http://forums.riftgame.com/general-discussions/shard-status/502876-eu-emergency-downtime-6-00-pm-pdt-1-00-am-utc.html</link> <pubDate>15 Mar 2018 20:00 CST</pubDate> </item> </channel>
Code:~# TZ="CST6CDT" date Thu Mar 15 20:06:39 CDT 2018 ~# TZ="America/Chicago" date Thu Mar 15 20:07:03 CDT 2018 ~# TZ=UTC date Fri Mar 16 01:07:49 UTC 2018
Bookmarks