Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#784 closed defect (fixed)

Atom Feeds should use RFC3339 date/time format

Reported by: mattycakes@… Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords: atom date syndication
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Atom1Feed class is currently using the wrong date format. It uses the email format:

Mon, 14 Nov 2005 03:36:03 -0000

Where it should be using the RFC3339 format:

2002-10-02T10:00:00-05:00
2002-10-02T15:00:00Z

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1226]) Fixed #784 -- Atom feeds now use RFC3339 datetime format

Note: See TracTickets for help on using tickets.
Back to Top