fix date
authorLaurent MAZET <laurent.mazet@thalesgroup.com>
Wed, 28 Jan 2026 16:03:50 +0000 (17:03 +0100)
committerLaurent MAZET <laurent.mazet@thalesgroup.com>
Wed, 28 Jan 2026 16:03:50 +0000 (17:03 +0100)
getdate.awk

index 4a6b45b08eb566682df883693bcffefb4c3c1798..43b53df212a452eb244bbc68fbdaf4e59c799e00 100755 (executable)
@@ -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