]> 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)
commit0cd479074d3e607e81661e73440eff87264cf737
treeb6f158ff213959103bae909d8406939a2e0d9f9d
parenteb5879414dd76f9b1ad4cac5114387951fbbf153
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