Page 1 of 1

UTC Time settings

Posted: 02 Jul 2020, 02:14
by ingoiot
hi,

it seems like the UTC+- setting is only activated when DST is active.
Thats a bit confusing especially when I dont want to use DST. Maybe its better placed under "Location Settings".

Maybe its already out of date due to the release of the new GUI? :)

Re: UTC Time settings

Posted: 02 Jul 2020, 09:05
by TD-er
Hmm I think you're making a very good point here.
The timezone should not have to do with DST.

And no this has nothing to do with the UI part, but more how the time is computed.

Can you make an issue for it on GitHub?

Re: UTC Time settings

Posted: 02 Jul 2020, 20:16
by ingoiot
done,
(hopefully at the right place)

Re: UTC Time settings

Posted: 22 Jul 2020, 17:23
by viewcart
My clocks use the ESP's built-in NTP service, plus the TimeZone library to map to an appropriate local time. It pretty much Just Works if you follow the various examples.

Keeping the ESP clock in UTC time and mapping to local time is the easiest way to solve the whole DST problem (and it's the same way Real Computers handle time).