platform: esp8266: fix timezone offsets

This commit is contained in:
Torrie Fischer 2023-12-23 11:03:24 +01:00
parent 04bdf5323c
commit a5d468efde

View File

@ -10,7 +10,7 @@ __NOINIT_ATTR static uint16_t s_forceSafeMode;
#define SAFE_MODE_MAGIC 6942
WiFiUDP wifiUdp;
NTPClient timeClient(wifiUdp, "pool.ntp.org", 3600 * -7);
NTPClient timeClient(wifiUdp, "pool.ntp.org", 0);
template<>
const char*