<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tests/scripts/functions.sh.orig	2023-02-28 13:34:33.000000000 +0000
+++ tests/scripts/functions.sh	2023-02-28 13:34:42.000000000 +0000
@@ -17,6 +17,6 @@
 	if [ -n "$STARTTIME" ]; then
 		now=`date +%s`
 		delta=`expr $now - $STARTTIME`
-		date -u $DATEOPT$delta +%T
+		gdate -u $DATEOPT$delta +%T
 	fi
 }
</pre></body></html>