Hello
  I was wondering if there is an existing function that would let me
determine the difference in time. To explain:

Upon starting a program:

startup = time.time()

After some very long processing:
now = time.time()


On, doing now - startup I want the program to return in terms of days. How ?


Thanks,

Harsha.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to