commit | cde2200ff28a0a54a1dc62e6a63ca3936fee5177 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Jul 03 19:59:57 2003 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Jul 03 19:59:57 2003 +0000 |
tree | 569f3472a7ee2c87c04d66442d6e9f3dd89d5a90 | |
parent | ebab26a70950f61b9c342b526b271aac36e1576e [diff] |
Fixes bug of timezone value being left as -1 when ``time.tzname[0] == time.tzname[1] and not time.daylight`` is true when it should only when time.daylight is true. Tests are also fixed. Closes bug #763047 and its cohort #763052.