from datetime import datetime from ..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")