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 civalin
Recipients civalin, ezio.melotti, vstinner
Date 2013-12-17.22:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387319931.23.0.412917689607.issue20010@psf.upfronthosting.co.za>
In-reply-to
Content
On windows xp (Taiwanese) platform...

    c:\> py -c "import time; print(time.strftime('%z', time.localtime()))"

It will raise a UnicodeEncodeError in my system.

I think it's not a +HHMM format and has different behavior with document:
    http://docs.python.org/3/library/time.html#time.strftime
History
Date User Action Args
2013-12-17 22:38:51civalinsetrecipients: + civalin, vstinner, ezio.melotti
2013-12-17 22:38:51civalinsetmessageid: <1387319931.23.0.412917689607.issue20010@psf.upfronthosting.co.za>
2013-12-17 22:38:51civalinlinkissue20010 messages
2013-12-17 22:38:50civalincreate