b03978d1f7
This is a clumsy way of doing it (since it would be better to have a wrapper function append the timestamp), but that will be taken care of when the logging logic is all overhauled anyway.
6 lines
62 B
Python
6 lines
62 B
Python
import time
|
|
|
|
|
|
def timestamp():
|
|
return time.strftime('%X')
|