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 kepkin
Recipients Aaron.Meurer, civalin, ezio.melotti, kepkin, r.david.murray, vstinner
Date 2014-07-14.06:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405318838.47.0.918072373382.issue20010@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2014-07-14 06:20:38kepkinsetrecipients: + kepkin, vstinner, ezio.melotti, r.david.murray, Aaron.Meurer, civalin
2014-07-14 06:20:38kepkinsetmessageid: <1405318838.47.0.918072373382.issue20010@psf.upfronthosting.co.za>
2014-07-14 06:20:38kepkinlinkissue20010 messages
2014-07-14 06:20:38kepkincreate