Florian Lindner schrieb:
> Hello,
> I have a struct_time and a datetime object and need compare them. Is there
> any function that converts either of these two to another?


datetime.datetime(*time.localtime()[:6])

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

Reply via email to