get timestamp in python
November 28th, 2007 by Lawrence David
to insert a timestamp into your python code:
import time
….
print time.localtime()
November 28th, 2007 by Lawrence David
to insert a timestamp into your python code:
import time
….
print time.localtime()