]> granicus.if.org Git - python/commit
A start at non-trivial (== DST-aware) tests of timezone conversion.
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Dec 2002 23:44:49 +0000 (23:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Dec 2002 23:44:49 +0000 (23:44 +0000)
commit621818b31803324101b4ce5dde60ed425bf5a443
tree610408a1d83b8e1307f4f46497fba549b6af6562
parent40f621709286a7a0f7e6f260c0fd020d0fac0de0
A start at non-trivial (== DST-aware) tests of timezone conversion.
Guido has in mind an easier way for users to code this stuff, but the
only tests we have now are for fixed-offset tzinfo classes, and this
stuff is extremely delicate in the endcases (read the new test code
for why:  there are holes in time <wink>).
Lib/test/test_datetime.py