[issue22857] strftime should support %f to print milliseconds

2014-11-12 Thread R. David Murray
R. David Murray added the comment: You are talking about time.strftime, I presume. datetime supports %f. time.strftime does not, because it wraps the system strftime, and that does not support %f (at least not on my linux system). -- nosy: +r.david.murray resolution: -> not a bug st

[issue22857] strftime should support %f to print milliseconds

2014-11-12 Thread Артём Скорецкий
New submission from Артём Скорецкий: Now you cannot get milli (micro) seconds using strftime. It should be fixed. AFAIK %f should be the right pattern for this -- messages: 231085 nosy: tonn81 priority: normal severity: normal status: open title: strftime should support %f to print mill