karin.brisker
app
7630e84
raw
history blame contribute delete
No virus
148 Bytes
from datetime import datetime
def log(message):
timestamp = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
print(f'[{timestamp}] {message}')