mirror of
https://github.com/yv1ing/MollyAudit.git
synced 2025-09-16 14:55:50 +08:00
Add graphical interface
This commit is contained in:
7
app/utils.py
Normal file
7
app/utils.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import datetime
|
||||
|
||||
|
||||
def get_now_date():
|
||||
now = datetime.datetime.now()
|
||||
formatted = now.strftime("%Y-%m-%d %H:%M:%S")
|
||||
return formatted
|
||||
Reference in New Issue
Block a user