time.strptime() milliseconds
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/listinfo/python-list
Re: time.strptime() milliseconds
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 '?' should be? i cant
> seem to find it if there is
just found : http://bugs.python.org/issue1982
--
http://mail.python.org/mailman/listinfo/python-list
