Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The automatic time changeover from winter time to summer time takes place approx. 2 weeks too early #89

Open
tglion opened this issue Mar 16, 2024 · 1 comment

Comments

@tglion
Copy link

tglion commented Mar 16, 2024

On my ESP32 I configure with configTime(3600, 3600, "time.google.com"); European Time for Germany(MESZ) with automatic time changeover. I have the issue, that the automatic time changeover from winter time to summer time takes place approx. 2 weeks too early. It seems that he uses the American dates for the summer/winter time changeover and not the European ones? How can I fix this?

@philj404
Copy link
Contributor

configTime() is not part of this library.

I think your issue is unrelated to this library. Arduino-timer by default only works with "milliseconds elapsed since reset", so does not support any outside time references like "time.google.com".

It doesn't care what the local time zone may be, whether it's "daylight" or "standard" time -- or even what the current year is.

Is configTime() part of an ESP32 library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants