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

Timezone math is wrong #9

Closed
osresearch opened this issue Sep 19, 2020 · 1 comment
Closed

Timezone math is wrong #9

osresearch opened this issue Sep 19, 2020 · 1 comment

Comments

@osresearch
Copy link
Owner

There is no DST and the TZ offset should be selected.

@osresearch
Copy link
Owner Author

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();

osresearch added a commit that referenced this issue Oct 2, 2020
@osresearch osresearch mentioned this issue Oct 9, 2020
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

1 participant