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