]> granicus.if.org Git - python/commit
Issue #11886: workaround an OS bug (time zone data) in test_time
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Dec 2011 23:32:51 +0000 (00:32 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Dec 2011 23:32:51 +0000 (00:32 +0100)
commit0de2aaea7fbc5b9b5af1a01981db72e5e8e29283
tree2d41b348f1aac4c91156f2de578c73980ff23358
parent4988ca5c5559383122b345ba32657a1ab66f7320
Issue #11886: workaround an OS bug (time zone data) in test_time

Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard
Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which
is wrong. See for example this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810
Lib/test/test_time.py