Django

Code

Ticket #784 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Atom Feeds should use RFC3339 date/time format

Reported by: mattycakes@gmail.com Assigned to: adrian
Milestone: Component: RSS framework
Version: Keywords: atom date syndication
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

11/13/05 22:28:31 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #784 (Atom Feeds should use RFC3339 date/time format)




Change Properties
Action