Issue Details (XML | Word | Printable)

Key: CRUC-241
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Joe Xie [atlassian]
Reporter: Amir Hamzah [Atlassian]
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Crucible

Incorrect dates in RSS feeds

Created: 04/Feb/08 08:32 PM   Updated: 08/Apr/08 07:58 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5

Time Tracking:
Not Specified

Participants: Amir Hamzah [Atlassian], Andreas Ringdal, Andrew B, Joe Xie [atlassian] and Matt Quail [Atlassian]
Since last comment: 33 weeks ago
Resolution Date: 08/Apr/08 07:58 PM
Labels:


 Description  « Hide
The dates in the "My Reviews" RSS feed are do not appear in a consistent format. The month and day parts of the date are swapped when the day is 1-12.
This does not occur in other feeds such as "All Reviews". Microsoft Outlook is being used to read the RSS feeds.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matt Quail [Atlassian] added a comment - 05/Feb/08 05:46 PM
If possible, could you attach a screenshot

Andrew B added a comment - 06/Feb/08 08:35 AM - edited
It's not possible for me to attach a screenshot I'm afraid.

I have had a closer look at the RSS XML and found that there is a difference in the format of the pubDate tag.

In the "All Reviews" feed it looks like this: <pubDate>Wed Feb 06 14:20:20 GMT 2008</pubDate>
In the "My Reviews" feed it looks like this: <pubDate>2/4/08 3:59 PM</pubDate>

The first example is explicit about month and day so it is handled correctly.
The second example is ambiguous and Outlook thinks it mm/dd/yy which is wrong.
All the feeds I have looked at except "My Reviews" follow the first example and work correctly.


Andreas Ringdal added a comment - 25/Feb/08 09:10 AM - edited
Here all dates have the exact same value
<pubDate>Mon Feb 25 16:05:55 CET 2008</pubDate>
All items are created at tdifferent times, but pubdate is identical for all items, and the time is always DateTime.Now

Version:1.2.1 Build:build-263 2007-12-19