commit | 0cd479074d3e607e81661e73440eff87264cf737 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 08 00:32:51 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 08 00:32:51 2011 +0100 |
tree | b6f158ff213959103bae909d8406939a2e0d9f9d | |
parent | eb5879414dd76f9b1ad4cac5114387951fbbf153 [diff] |
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