summaryrefslogtreecommitdiff
path: root/django/utils/dateformat.py
AgeCommit message (Expand)Author
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-09-25Fixed #16924 -- Corrected `date` template filter handling of negative (West o...Ramiro Morales
2010-12-13Fixed #14570 -- Added new date format character for alternative month names u...Jannis Leidel
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel
2010-01-01Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...Jannis Leidel
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss
2009-02-28Fixed #10048 -- Handle non-existent timezone in dateformat functions.Malcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2007-11-04Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...Gary Wilson Jr
2007-09-16Fixed #2633 -- Fixed timezone computation in O() format function, using fix f...Malcolm Tredinnick
2007-09-15Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezo...Malcolm Tredinnick
2007-07-12Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-11Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, JannisMalcolm Tredinnick
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2006-12-18Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2005-11-06Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
2005-10-20Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty
2005-10-20Lightly refactored django.utils.dateformat to make it use less code. Also int...Adrian Holovaty
2005-07-26Fixed #207 -- thanks, Mathieu.Jacob Kaplan-Moss
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty