Re: time.gmtime

2008-01-25 Thread Paul Boddie
On 25 Jan, 11:43, asit <[EMAIL PROTECTED]> wrote: > we know that time.gmtime(secs) takes a parameter secs. what does this > secs suggest ??What is it's significance ?? >From the documentation [1] with some editing: """ gmtime([secs]) Convert a time expressed in seconds since the epoch to a time

Re: time.gmtime

2008-01-25 Thread Harald Karner
asit wrote: > we know that time.gmtime(secs) takes a parameter secs. what does this > secs suggest ??What is it's significance ?? >>> import time >>> help (time.gmtime) Help on built-in function gmtime in module time: gmtime(...) gmtime([seconds]) -> (tm_year, tm_mon, tm_day, tm_hour, tm_m