Hi,

can someone explane this:

 >>> from time import *
 >>> timezone
18000


 >>> t=time()
 >>> mktime(gmtime(t))-t
17999.680048942566


why there is a difference?

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

Reply via email to