[resolved] what do you use for timezone management?
Posted: Tue Jun 05, 2018 10:57 pm
Hi all -
Today I began working with maintaining wall time on the ESP32. Connecting to an NTP server was a breeze, but now I'm faced with the prospect of managing time zone settings. Various Google efforts haven't turned up much, so I figured I'd ask what other people use for this.
I'm specifically interested in two things:
1. is there an facility for easing the construction of strings like "PST8PDT,M3.2.0/2,M11.1.0" for time zone management?
2. does FreeRTOS have the ability to manage DST automatically? (If it doesn't, perhaps question 1 is moot.)
Thanks...
Today I began working with maintaining wall time on the ESP32. Connecting to an NTP server was a breeze, but now I'm faced with the prospect of managing time zone settings. Various Google efforts haven't turned up much, so I figured I'd ask what other people use for this.
I'm specifically interested in two things:
1. is there an facility for easing the construction of strings like "PST8PDT,M3.2.0/2,M11.1.0" for time zone management?
2. does FreeRTOS have the ability to manage DST automatically? (If it doesn't, perhaps question 1 is moot.)
Thanks...