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 martin-t
Recipients Aaron.Meurer, civalin, ezio.melotti, kepkin, martin-t, r.david.murray, vstinner
Date 2014-10-10.20:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412971285.97.0.146549487404.issue20010@psf.upfronthosting.co.za>
In-reply-to
Content
Same behavior on Windows 8.1. Possible workaround:

>>> from datetime import datetime
>>> from dateutil import tz
>>> datetime.now(tz.tzlocal()).strftime('%z')
'+0200'
History
Date User Action Args
2014-10-10 20:01:26martin-tsetrecipients: + martin-t, vstinner, ezio.melotti, r.david.murray, Aaron.Meurer, civalin, kepkin
2014-10-10 20:01:25martin-tsetmessageid: <1412971285.97.0.146549487404.issue20010@psf.upfronthosting.co.za>
2014-10-10 20:01:25martin-tlinkissue20010 messages
2014-10-10 20:01:25martin-tcreate