A
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
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