]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Dec 2011 23:33:14 +0000 (00:33 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Dec 2011 23:33:14 +0000 (00:33 +0100)
commitbc9f0c68f5fc2376817206354833af101985e3e2
treea3f8b071f095b1e3c3dce5e2f4e53faafd1f2461
parent0c4fbff6a72164ed18146fbc05d4601eb8881dc5
parent0cd479074d3e607e81661e73440eff87264cf737
(Merge 3.2) 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