]> granicus.if.org Git - python/commitdiff
(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)
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

1  2 
Lib/test/test_time.py

Simple merge