We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no DST and the TZ offset should be selected.
The text was updated successfully, but these errors were encountered:
Looks like the TZ might be double applied? This old issue is marked as closed: esp8266/Arduino#4637
However, setting TZ results in a off by an hour
setenv("TZ", "CET-1CEST,M3.5.0,M10.5.0/3", 3); tzset();
Sorry, something went wrong.
fix timezone offset (#9)
76a8c20
No branches or pull requests
There is no DST and the TZ offset should be selected.
The text was updated successfully, but these errors were encountered: