From d5c0412c7b4da7c46edaec1894e4b4dd885fd31b Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 6 Oct 2025 15:45:23 -0400 Subject: [PATCH] updates-uptimes: Tiny fix for showing dates in host-u. Signed-off-by: James Antill --- files/scripts/updates-uptime-cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/updates-uptime-cmd.py b/files/scripts/updates-uptime-cmd.py index 9e64d2930a..c299236bb4 100755 --- a/files/scripts/updates-uptime-cmd.py +++ b/files/scripts/updates-uptime-cmd.py @@ -1507,7 +1507,7 @@ def _diff_hosts(data1, data2, show_both=False, show_utf8=True, skip_eq=False): # Something about host changed, show old/new... if show_both: _print_line('-', d1, prev=pdata) - _print_line(utf8, d2, high=high, prev=pdata) + _print_line(utf8, d2, high=high, prev=d1) pdata = d2 continue