Initial Implementation of Logs

This commit is contained in:
2023-02-23 07:26:24 -03:00
parent b9b6c373b1
commit 32ca95086a
5 changed files with 90 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
import time
def weekday_date_time():
return time.strftime("%A, %d %b %Y at %H:%M:%S")