summaryrefslogtreecommitdiff
path: root/django/utils/tzinfo.py
AgeCommit message (Expand)Author
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