post-merge fix

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

View File

@@ -180,6 +180,7 @@ void updateTimezone() {
tcrDaylight = {Last, Sun, Mar, 1, 480}; //AWST = UTC + 8 hours tcrDaylight = {Last, Sun, Mar, 1, 480}; //AWST = UTC + 8 hours
tcrStandard = tcrDaylight; //AWST = UTC + 8 hours (no DST) tcrStandard = tcrDaylight; //AWST = UTC + 8 hours (no DST)
break; break;
}
} }
tzCurrent = currentTimezone; tzCurrent = currentTimezone;