[issue20010] time.strftime('%z') didn't make +HHMM return in windows xp

Alexandr Nevskiy report at bugs.python.org
Mon Jul 14 08:20:38 CEST 2014


Alexandr Nevskiy added the comment:

The same odd behavior for Windows 7

C:\Python34\python.exe
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime('%z', time.localtime(time.time()))
'Russian Standard Time'
>>> time.strftime('%Z', time.localtime(time.time()))
'Russian Standard Time'

----------
nosy: +kepkin
versions: +Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20010>
_______________________________________


More information about the Python-bugs-list mailing list