From: Laurent MAZET Date: Sat, 13 Dec 2025 00:45:55 +0000 (+0100) Subject: fix date X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=38a6c979648ff412bf544d9d81b33c35c8f26678;p=benchmarks.git fix date --- diff --git a/getdate.awk b/getdate.awk index f6606d3..4a6b45b 100755 --- a/getdate.awk +++ b/getdate.awk @@ -32,7 +32,7 @@ $2 == "mode" { mode=$1 } /Dedicated/ { dcore=$3 } /CPU load/ { load=$3 } -/UTC/ { +/UTC/ && ! /OS/ { time = searchdate($0) if (start == "") { start = time