Re: Converting Time question

2006-03-28 Thread Nick Craig-Wood
Math <[EMAIL PROTECTED]> wrote: > 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 conve

Re: Converting Time question

2006-03-28 Thread Sybren Stuvel
Math enlightened us with: > 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

Re: Converting Time question

2006-03-28 Thread Sybren Stuvel
Math enlightened us with: > How do I convert a time of day from milliseconds? Milliseconds since what? Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the prob

Re: Converting Time question

2006-03-28 Thread Math
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 mi

Converting Time question

2006-03-28 Thread Math
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/