summaryrefslogtreecommitdiff
path: root/tests/regressiontests/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-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2010-09-27Migrated tzinfo doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-01-10Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsongAdrian Holovaty