From: Victor Stinner Date: Wed, 7 Dec 2011 23:33:14 +0000 (+0100) Subject: (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time X-Git-Tag: v3.3.0a1~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9f0c68f5fc2376817206354833af101985e3e2;p=python (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 --- bc9f0c68f5fc2376817206354833af101985e3e2