Re: Writing elapsed time as a string

2008-05-08 Thread M.-A. Lemburg
On 2008-05-08 14:31, Gabriel Genellina wrote: En Fri, 02 May 2008 16:13:41 -0300, Simon Pickles <[EMAIL PROTECTED]> escribió: I'm sorry if this has been asked a thousand (million) times. Is there a nifty pythonesque way to produce a string representing an elapsed time period, in terms of years

Re: Writing elapsed time as a string

2008-05-08 Thread Gabriel Genellina
En Fri, 02 May 2008 16:13:41 -0300, Simon Pickles <[EMAIL PROTECTED]> escribió: > I'm sorry if this has been asked a thousand (million) times. > > Is there a nifty pythonesque way to produce a string representing an > elapsed time period, in terms of years, months, days, hours, mins, seconds? > >

Writing elapsed time as a string

2008-05-05 Thread Simon Pickles
Hello. I'm sorry if this has been asked a thousand (million) times. Is there a nifty pythonesque way to produce a string representing an elapsed time period, in terms of years, months, days, hours, mins, seconds? I am storing times in a MySQL db, and would love to be able to write the time e

Writing elapsed time as a string

2008-05-05 Thread Simon Pickles
Hello. I'm sorry if this has been asked a thousand (million) times. Is there a nifty pythonesque way to produce a string representing an elapsed time period, in terms of years, months, days, hours, mins, seconds? I am storing times in a MySQL db, and would love to be able to write the time e