]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 29 Jan 2012 23:23:32 +0000 (00:23 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 29 Jan 2012 23:23:32 +0000 (00:23 +0100)
commit2d6251c7f7cf059eb80d5e853399732b9f74509c
tree55771edcbaa2726d7a7074498068ae85954d41d5
parenta2477208c8bb94fe109f46b30d77d60276dfebe2
Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()

On Windows, localtime(-1) fails, but not gmtime(1).
Lib/test/test_time.py