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 CharlieClark
Recipients CharlieClark, Dominik Geldmacher, Manjusaka, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-06.15:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557156535.5.0.33617657797.issue36792@roundup.psfhosted.org>
In-reply-to
Content
import time, locale
locale.setlocale(locale.LC_ALL, 'de_DE')
'de_DE'
time.strftime("%Z")
aborted (disconnected)
History
Date User Action Args
2019-05-06 15:28:55CharlieClarksetrecipients: + CharlieClark, paul.moore, vstinner, tim.golden, jkloth, zach.ware, steve.dower, Manjusaka, Dominik Geldmacher
2019-05-06 15:28:55CharlieClarksetmessageid: <1557156535.5.0.33617657797.issue36792@roundup.psfhosted.org>
2019-05-06 15:28:55CharlieClarklinkissue36792 messages
2019-05-06 15:28:55CharlieClarkcreate