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
2022-05-08 17:29:45 +02:00

11 lines
217 B
Python

from datetime import datetime
from advlabdb.scripts.terminal_utils import box, spaced_hl
def show_update_datetime():
spaced_hl()
dt = datetime.now().strftime("%d.%m.%Y %H:%M:%S")
box(dt, "Update on")