Soft'N'Design Software
/
projects
/
benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42eaa33
)
fix date
author
Laurent MAZET
<laurent.mazet@thalesgroup.com>
Wed, 28 Jan 2026 16:03:50 +0000
(17:03 +0100)
committer
Laurent MAZET
<laurent.mazet@thalesgroup.com>
Wed, 28 Jan 2026 16:03:50 +0000
(17:03 +0100)
getdate.awk
patch
|
blob
|
blame
|
history
diff --git
a/getdate.awk
b/getdate.awk
index 4a6b45b08eb566682df883693bcffefb4c3c1798..43b53df212a452eb244bbc68fbdaf4e59c799e00 100755
(executable)
--- 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