This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients belopolsky, vstinner
Date 2011-04-20.13:53:12
SpamBayes Score 0.0063509378
Marked as misclassified No
Message-id <1303307593.46.0.897474878267.issue11886@psf.upfronthosting.co.za>
In-reply-to
Content
test_time.test_tzset() fails on "x86 FreeBSD 7.2 3.x": 'AEST-10AEDT-11,M10.5.0,M3.5.0' timezone becomes 'EST'.
======================================================================
FAIL: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_time.py", line 209, in test_tzset
    self.assertTrue(time.tzname[0] == 'AEST', str(time.tzname[0]))
AssertionError: False is not true : EST

----------------------------------------------------------------------
http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%207.2%203.x/builds/1705/steps/test/logs/stdio

See also http://en.wikipedia.org/wiki/Time_in_Australia
History
Date User Action Args
2011-04-20 13:53:13vstinnersetrecipients: + vstinner, belopolsky
2011-04-20 13:53:13vstinnersetmessageid: <1303307593.46.0.897474878267.issue11886@psf.upfronthosting.co.za>
2011-04-20 13:53:12vstinnerlinkissue11886 messages
2011-04-20 13:53:12vstinnercreate