<span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; "><p>Hello <br>  I was wondering if there is an existing function that would let me <br>determine the difference in time. To explain: <br>
</p><p>Upon starting a program: <br></p><p>startup = time.time() <br></p><p>After some very long processing: <br>now = time.time() <br></p><p><br></p><p>On, doing now - startup I want the program to return in terms of days. How ?</p>
<p><br></p><p>Thanks,</p><p>Harsha.</p><p><br></p><p><br></p><p><br></p><p><br></p></span>