[issue20010] time.strftime('%z') didn't make +HHMM return in windows xp
Civa Lin added the comment: Oh! Thanks your info! -- ___ Python tracker <http://bugs.python.org/issue20010> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue20010] time.strftime('%z') didn't make +HHMM return in windows xp
New submission from Civa Lin: 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