22 May
2018
22 May
'18
12:09 p.m.
On Tue, 22 May 2018, Greg D. wrote:
Oh, almost... My timezone was also wrong. It was set to -7 like I do everywhere else, instead of PST8PDT. Where did that come from? My only clue to this was that the new boot status display of time at last boot said GMT instead of PDT.
Because the ESP-IDF system does not have all the compiled-in timezone code, we need to specify how to manage daylight saving time using the long value for the TZ parameter. So not even PST8PDT is sufficient, you need "PST8PDT,M3.2.0/2,M11.1.0". -- Steve