summaryrefslogtreecommitdiff
path: root/django/utils/tzinfo.py
AgeCommit message (Expand)Author
2015-01-17Removed django.utils.tzinfo per deprecation timeline; refs #17262.Tim Graham
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-02-11Accepted None in tzname().Aymeric Augustin
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-07[py3] Ported django.utils.tzinfo.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-13Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...Aymeric Augustin
2011-09-25Fixed #16924 -- Corrected `date` template filter handling of negative (West o...Ramiro Morales
2010-01-10Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsongAdrian Holovaty
2009-05-08Fixed #10335: handle system locals unknown to Python in timezone name handlin...Jacob Kaplan-Moss
2008-08-08Fixed #8142 -- Removed an unnecessary parameter in a superclass init call.Malcolm Tredinnick
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-07-18Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-...Adrian Holovaty
2008-02-29Fixed #5846 -- Bullet-proofed the default timezone encoding test.Malcolm Tredinnick
2007-11-29Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 onMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty