]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10653: On Windows, use strftime() instead of wcsftime() because
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 00:36:13 +0000 (02:36 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 00:36:13 +0000 (02:36 +0200)
commitc1f32ca0ade3a1bc60c0ca18efa4756d3c5282f1
tree1c74f247d04636a22421c20b4a6976b450659e70
parentd41a98bdd9076eeadf4d3ba6d8db287e26b89777
Issue #10653: On Windows, use strftime() instead of wcsftime() because
wcsftime() doesn't format time zone correctly.
Misc/NEWS
Modules/timemodule.c