A problem with Time
Shawn Milochik
Shawn at Milochik.com
Thu Aug 16 11:42:40 EDT 2007
Previous message (by thread):
A problem with Time
Next message (by thread):
A problem with Time
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
import time oneDay = 60 * 60 * 24 #seconds in one day date = time.time() yesterday = date - oneDay
Previous message (by thread):
A problem with Time
Next message (by thread):
A problem with Time
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list