norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
12 stars 5 forks source link

dev20220310: TZ limited to range [-12...+12] #25

Closed W-Geronius closed 2 years ago

W-Geronius commented 2 years ago

but, have a look at our friends in Auckland (NZ) = UTC+13

image

Also subhour timezones should be possible, from -12h up to +13:45 and +14h see https://www.timeanddate.de/zeitzonen/weltweit/

norbert-walter commented 2 years ago

There are a wide variety of time zones, including some with segments of an hour. We cannot support all time zones and limit ourselves to the full hour shift only. I will support -12...+14h.

https://de.wikipedia.org/wiki/Datei:World_Time_Zones_Map.png TimeZones

norbert-walter commented 2 years ago

Solved in 20220311