post-merge fix

This commit is contained in:
Frank
2026-01-09 17:38:02 +01:00
parent 69fa3378a4
commit 22cfc9fdf5

View File

@@ -181,6 +181,7 @@ void updateTimezone() {
tcrStandard = tcrDaylight; //AWST = UTC + 8 hours (no DST) tcrStandard = tcrDaylight; //AWST = UTC + 8 hours (no DST)
break; break;
} }
}
tzCurrent = currentTimezone; tzCurrent = currentTimezone;