Add additional timezones

This commit is contained in:
jpirnay
2026-04-20 20:40:38 +02:00
parent 02ddce1301
commit a6aed8d30e
7 changed files with 60 additions and 11 deletions
+3
View File
@@ -111,6 +111,9 @@ static constexpr TimeZoneEntry TIMEZONES[] = {
{"CST6CDT,M3.2.0/2,M11.1.0/2"},
{"MST7MDT,M3.2.0/2,M11.1.0/2"},
{"PST8PDT,M3.2.0/2,M11.1.0/2"},
{"AST4ADT,M3.2.0/2,M11.1.0/2"},
{"ACST-9:30ACDT,M10.1.0/2,M4.1.0/3"},
{"AKST9AKDT,M3.2.0/2,M11.1.0/2"},
};
// ---- NVS helpers ----------------------------------------------------------