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, eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-07.16:02:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557244957.34.0.468869968154.issue36792@roundup.psfhosted.org>
In-reply-to
Content
print('count:', crt_time.wcsftime(wbuf, 1024, '%Z', tm)) also fails
but
crt_convert = ctypes.CDLL('api-ms-win-crt-convert-l1-1-0', use_errno=True)
print('count:', crt_convert.mbstowcs(wbuf, buf, 1024))
seems to work okay.
History
Date User Action Args
2019-05-07 16:02:37CharlieClarksetrecipients: + CharlieClark, paul.moore, vstinner, tim.golden, jkloth, zach.ware, eryksun, steve.dower, Manjusaka, Dominik Geldmacher
2019-05-07 16:02:37CharlieClarksetmessageid: <1557244957.34.0.468869968154.issue36792@roundup.psfhosted.org>
2019-05-07 16:02:37CharlieClarklinkissue36792 messages
2019-05-07 16:02:37CharlieClarkcreate