Re: cómo transformar una fecha dada a epoch

David Asorey Álvarez forodejazz en gmail.com
Vie Abr 15 12:43:55 CEST 2005


En el módulo calendar:

timegm(tuple) 

An unrelated but handy function that takes a time tuple such as
returned by the gmtime() function in the time module, and returns the
corresponding Unix timestamp value, assuming an epoch of 1970, and the
POSIX encoding. In fact, time.gmtime() and timegm() are each others'
inverse. New in version 2.0.

Hay bastantes funciones en los módulos time, calendar y datetime.
Malo ha de ser si no encuentras algo que te sirva ;-)

-- 
David Asorey Álvarez
forodejazz en gmail.com




Más información sobre la lista de distribución Python-es