Changeset 6640
- Timestamp:
- 11/03/07 20:14:58 (1 year ago)
- Files:
-
- django/trunk/django/utils/dateformat.py (modified) (1 diff)
- django/trunk/docs/templates.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/utils/dateformat.py
r6358 r6640 171 171 172 172 def r(self): 173 "RFC 822 formatted date; e.g. 'Thu, 21 Dec 2000 16:01:07 +0200'"173 "RFC 2822 formatted date; e.g. 'Thu, 21 Dec 2000 16:01:07 +0200'" 174 174 return self.format('D, j M Y H:i:s O') 175 175 django/trunk/docs/templates.txt
r6571 r6640 741 741 strings 'midnight' and 'noon' if 742 742 appropriate. Proprietary extension. 743 r RFC 822 formatted date.``'Thu, 21 Dec 2000 16:01:07 +0200'``743 r RFC 2822 formatted date. ``'Thu, 21 Dec 2000 16:01:07 +0200'`` 744 744 s Seconds, 2 digits with leading zeros. ``'00'`` to ``'59'`` 745 745 S English ordinal suffix for day of the ``'st'``, ``'nd'``, ``'rd'`` or ``'th'``
