time.strptime() milliseconds

2009-04-05 Thread acet
I have a log file with hours,minutes,seconds and milliseconds, which im trying to use, so if i say for example: a = time.strptime("01:01:26:449", "%H:%M:%S:%?") is there a directive for milliseconds where the '?' should be? i cant seem to find it if there is -- http://mail.python.org/mailman/listin

Re: time.strptime() milliseconds

2009-04-05 Thread acet
On Apr 5, 6:43 pm, acet wrote: > I have a log file with hours,minutes,seconds and milliseconds, which > im trying to use, so if i say for example: > a = time.strptime("01:01:26:449", "%H:%M:%S:%?") > is there a directive for milliseconds where the '?' sh