arduino-libraries / NTPClient

Connect to a NTP server
533 stars 366 forks source link

How to set automatic summer/winter time? #205

Open digitongithub opened 3 months ago

digitongithub commented 3 months ago

After sumer time the clockh gives wrong time. How is this to set so that summer and winter time is automatic.

CcKefa commented 2 months ago

Hello, you should connect to a server that changes hour automatically. Another option would be to change the offset depending on the date. The latter is a bit more work since you have to config the dates of hour change.