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 christian.heimes
Recipients baloan, christian.heimes
Date 2008-01-31.21:21:18
SpamBayes Score 0.038665764
Marked as misclassified No
Message-id <1201814480.04.0.590969507855.issue1982@psf.upfronthosting.co.za>
In-reply-to
Content
Your chances are going to increase if you can come up with a decent
patch. It's going to be harder than you might think. Python uses the
system's strftime function. You'd have to implement a strftime
replacement which supports miliseconds.

Can't you use another like TAI64
(http://cr.yp.to/libtai/tai64.html#tai64n) or JDN
(http://en.wikipedia.org/wiki/Julian_day) instead?
History
Date User Action Args
2008-01-31 21:21:20christian.heimessetspambayes_score: 0.0386658 -> 0.038665764
recipients: + christian.heimes, baloan
2008-01-31 21:21:20christian.heimessetspambayes_score: 0.0386658 -> 0.0386658
messageid: <1201814480.04.0.590969507855.issue1982@psf.upfronthosting.co.za>
2008-01-31 21:21:19christian.heimeslinkissue1982 messages
2008-01-31 21:21:18christian.heimescreate