Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on
commit4ef3f87851eaef23d942dfb2189ae87ec675e774
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 29 Nov 2007 19:39:46 +0000 (29 19:39 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 29 Nov 2007 19:39:46 +0000 (29 19:39 +0000)
tree8d7641bf1cf793d21dc55cca00dee505f29ab3e4
parentadd3aaf37f4ad35b816a7f027e65028aede42d0b
Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on
32-bit systems (modulo the fact that the system timezone libraries might not be
accurate that far out; at least we don't crash now). Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/utils/tzinfo.py
tests/regressiontests/dateformat/tests.py