03/07/2013, 09:52
|
| Moderador | | Fecha de Ingreso: marzo-2005 Ubicación: Monterrey, México
Mensajes: 7.321
Antigüedad: 19 años, 8 meses Puntos: 1360 | |
Respuesta: comparacion de fechas y horas en Python
Código Python:
Ver originalif datetime.datetime.fromtimestamp(os.path.getmtime(ruta)) + datetime.timedelta(minutes=5) < datetime.datetime.now():
Lee la documentación http://docs.python.org/2/library/datetime.html
Otra cosa deberías empezar a leer un libro sobre python te recomiendo dive into python. |