gerardwr wrote:Looking in the library the definition is:Code: Select allvoid configTime(int timezone, int daylightOffset_sec, const char* server1, const char* server2, const char* server3)
I am wondering what the 2nd variable of the configTime actually does (daylightOffset_sec).
Looking in portable\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266\time.c and grep'ing in all the codebase that parameter doesn't seem to ever get used for anything.