June 29, 2026
8:03 a.m.
Do we need to consider the scenario where it is switched from the rearguard mode to the vanguard mode? If yes, is it better to use the year for judgment, as follows: diff --git a/ziguard.awk b/ziguard.awk index 79df9bef..9d846af2 100644 --- a/ziguard.awk +++ b/ziguard.awk @@ -286,7 +286,7 @@ DATAFORM != "main" { } } } - if ($1 ~ /^[+0-9-]/ && stdoff == 60) { + if ($1 ~ /^[+0-9-]/ && $4 == "2026") { if (DATAFORM == "rearguard") { sub(/1:00\tMorocco/, "0:00\tMorocco") sub(/\t\+01\/\+00/, "\t+00/+01")