summaryrefslogtreecommitdiff
path: root/django/utils/dateformat.py
AgeCommit message (Expand)Author
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2020-11-12Simplified TimeFormat.g().Nick Pope
2020-11-12Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2019-11-22Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon
2019-11-22Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon
2019-11-18Fixed #30989 -- Removed unimplemented B time format.Baptiste Mispelon
2019-11-18Simplified DateFormat.W() and z().Baptiste Mispelon
2019-11-18Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-05-10Fixed #26580 -- Updated references to obsolete RFC 2822.Vasiliy Faronov
2016-04-20Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko
2015-11-07Fixed debug view crash during autumn DST change.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-08-26Fixed #20693 -- Add timezone support to built-in time filter.Warren Smith
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-02-10Updated a few localization formats to stop the changes done in r17473 from br...Jannis Leidel
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