[issue1982] Feature: extend strftime to accept milliseconds

Andreas Balogh report at bugs.python.org
Thu Jan 31 19:59:16 CET 2008


New submission from Andreas Balogh:

Currently serializing datetime objects into isoformat string is well
possible. The reverse process - parsing an isoformat string into a
datetime object - doesn't work due to the missing %-tag for the strftime
format string.

Proposal:
Add new tag to strftime like format strings allowing to print and parse
milliseconds.

----------
components: Extension Modules
messages: 61924
nosy: asbalogh
severity: normal
status: open
title: Feature: extend strftime to accept milliseconds
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1982>
__________________________________


More information about the Python-bugs-list mailing list