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 pboddie
Recipients brett.cannon, brian.curtin, grantbow, loewis, pboddie, quale, r.david.murray, rhettinger
Date 2010-04-16.21:57:12
SpamBayes Score 5.9516306e-06
Marked as misclassified No
Message-id <1271455034.24.0.504038855898.issue762963@psf.upfronthosting.co.za>
In-reply-to
Content
Well, this still doesn't work for me. I'm running Kubuntu 8.04 (libc6 package version 2.7-10ubuntu5) and reside in the CEST time zone, yet attempting to display the time zone always seems to give "+0000". Here are the failing tests, too:

======================================================================
FAIL: test_tm_gmtoff1 (__main__.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_time.py", line 225, in test_tm_gmtoff1
    time.strftime("%z"), time.strftime("%z", time.localtime()))
AssertionError: '+0200' != '+0000'

======================================================================
FAIL: test_tm_gmtoff2 (__main__.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_time.py", line 238, in test_tm_gmtoff2
    time.strftime("%z", time.localtime()), "+0000")
AssertionError: '+0000' == '+0000'
History
Date User Action Args
2010-04-16 21:57:14pboddiesetrecipients: + pboddie, loewis, brett.cannon, rhettinger, quale, r.david.murray, brian.curtin, grantbow
2010-04-16 21:57:14pboddiesetmessageid: <1271455034.24.0.504038855898.issue762963@psf.upfronthosting.co.za>
2010-04-16 21:57:12pboddielinkissue762963 messages
2010-04-16 21:57:12pboddiecreate