Re: Converting milliseconds to human amount of time

2006-01-09 Thread Rocco Moretti
Max wrote: > Harlin Seritt wrote: > >> How can I take a time given in milliseconds (I am doing this for an >> uptime script) and convert it to human-friendly time i.e. "4 days, 2 >> hours, 25 minutes, 10 seonds."? Is there a function from the time >> module that can do this? >> >> Thanks, >> >> Ha

Re: Converting milliseconds to human amount of time

2006-01-07 Thread Max
Harlin Seritt wrote: > How can I take a time given in milliseconds (I am doing this for an > uptime script) and convert it to human-friendly time i.e. "4 days, 2 > hours, 25 minutes, 10 seonds."? Is there a function from the time > module that can do this? > > Thanks, > > Harlin Seritt > second

Converting milliseconds to human amount of time

2006-01-07 Thread Harlin Seritt
How can I take a time given in milliseconds (I am doing this for an uptime script) and convert it to human-friendly time i.e. "4 days, 2 hours, 25 minutes, 10 seonds."? Is there a function from the time module that can do this? Thanks, Harlin Seritt -- http://mail.python.org/mailman/listinfo/py