Converting Time question

Math mathweijzen at home.nl
Tue Mar 28 06:18:38 EST 2006


Me again..
I guess I ask it wrong..
I measure a time at racing events.this tracktime is measures in the format 
hh:mm:ssDDD
where DDD = thousands of a second...like 17:14:11.769
This format is being saved as a number of micro seconds since 1970..
like 1,090516451769E+15
How do I convert from the micros seconds back to time format above?

thanks again
Hope someone can help me out..




> Hello PythonPeople..
>
> Can anybody help me out?
> How do I convert a time of day from milliseconds?
> For example:
> I got the following time in milliseconds: 1,090516451769E+15
> And I want to print it like: 17:14:11.769
> I'm on WinXP
> Time zone: GMT +01:00
>
> Thank you all!
> -- 
> http://mail.python.org/mailman/listinfo/python-list 




More information about the Python-list mailing list