1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/advlabdb/scripts/maintain/shared.py

12 lines
202 B
Python
Raw Normal View History

2022-05-08 15:29:45 +00:00
from datetime import datetime
2022-05-08 19:26:25 +00:00
from ..terminal_utils import box, spaced_hl
2022-05-08 15:29:45 +00:00
def show_update_datetime():
spaced_hl()
dt = datetime.now().strftime("%d.%m.%Y %H:%M:%S")
box(dt, "Update on")