time module error.

Oleg Broytmann phd at phd.pp.ru
Thu Sep 13 10:37:41 EDT 2001


On Thu, Sep 13, 2001 at 02:21:48PM +0000, Des Small wrote:
> >>> t
> (1900, 1, 0, 2, 0, 0, 6, 1, 0)
> >>> time.mktime(t)
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> OverflowError: mktime argument out of range

   1900 is too early for mktime.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list