getLocalTime(&local); Definitions of time zones
Posted: Thu Apr 05, 2018 11:33 am
Hi
I have a sample ESP32 sketch (Arduino ISP) using
It uses a definition string for timezones for which I cound not find any documentation:
#define TZ_INFO "MST7MDT6,M3.2.0/02:00:00,M11.1.0/02:00:00" // Americas/Denver
I googled my fingers wound, without success.
What is the valid string for Western Europe?
Thank you
I have a sample ESP32 sketch (Arduino ISP) using
Code: Select all
GetLocalTime(&local);
#define TZ_INFO "MST7MDT6,M3.2.0/02:00:00,M11.1.0/02:00:00" // Americas/Denver
I googled my fingers wound, without success.
What is the valid string for Western Europe?
Thank you