Message8074

Author santa4nt
Recipients dcoles, santa4nt
Date 2013-07-25.01:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374714631.07.0.407096404463.issue2071@psf.upfronthosting.co.za>
In-reply-to
Content
Nevermind. Similar issue, but completely different code paths.

Attaching a patch that includes a preprocessing step in _wrap_strftime() to include "%f".

$ ./dist/bin/jython -c "import datetime; d = datetime.datetime.now(); print d.strftime('%H:%M:%S.%f')"
18:11:32.289000
History
Date User Action Args
2013-07-25 01:10:31santa4ntsetmessageid: <1374714631.07.0.407096404463.issue2071@psf.upfronthosting.co.za>
2013-07-25 01:10:31santa4ntsetrecipients: + santa4nt, dcoles
2013-07-25 01:10:30santa4ntlinkissue2071 messages
2013-07-25 01:10:30santa4ntcreate