Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 66649 invoked from network); 19 Jul 2010 01:26:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 01:26:15 -0000 Received: (qmail 29954 invoked by uid 500); 19 Jul 2010 01:26:15 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 29925 invoked by uid 500); 19 Jul 2010 01:26:15 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 29918 invoked by uid 99); 19 Jul 2010 01:26:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 01:26:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 01:26:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6J1PpWH001811 for ; Mon, 19 Jul 2010 01:25:51 GMT Message-ID: <11935789.446011279502751943.JavaMail.jira@thor> Date: Sun, 18 Jul 2010 21:25:51 -0400 (EDT) From: "David Johnson (JIRA)" To: commits@roller.apache.org Subject: [jira] Resolved: (ROL-682) Dates in newsfeeds are not RFC822 compliant MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ROL-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Johnson resolved ROL-682. ------------------------------- Resolution: Fixed Fixed in Roller 1.2 > Dates in newsfeeds are not RFC822 compliant > ------------------------------------------- > > Key: ROL-682 > URL: https://issues.apache.org/jira/browse/ROL-682 > Project: Roller > Issue Type: Bug > Components: Newsfeed Syndication > Affects Versions: 1.0.1 > Reporter: Jason Rumney > Assignee: Roller Unassigned > Priority: Minor > > The dates in the RSS newsfeed have three letter timezone abbreviations. RFC822 only allows US timezones and GMT to be expressed like that, all others must be in the form +0100. > Example, entries made during BST (British Summer Time) at: > http://jasonrumney.net/roller/rss/jason > http://feedvalidator.org will warn of these problems, and they show up as "Invalid Date" in the Feedview plugin for Firefox. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.