From: Laurent MAZET Date: Wed, 28 Jan 2026 16:03:50 +0000 (+0100) Subject: fix date X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=59e7b0e5936f9ad3bd99f00de3c6605fb221d9de;p=benchmarks.git fix date --- diff --git a/getdate.awk b/getdate.awk index 4a6b45b..43b53df 100755 --- a/getdate.awk +++ b/getdate.awk @@ -32,7 +32,7 @@ $2 == "mode" { mode=$1 } /Dedicated/ { dcore=$3 } /CPU load/ { load=$3 } -/UTC/ && ! /OS/ { +( /UTC/ || /GMT/ ) && ! /OS/ { time = searchdate($0) if (start == "") { start = time