-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
NTP time 1 hour behind (DST issue?) #616
Comments
me too for Paris France |
Works fine for me.. |
@obsidianxenon Yes, it is a DST issue. Lines 316 to 329 in aa560a2
Here are possible options for fixing the problem:
Not sure which one is better. |
@Lamnxzp Ok I'll look at those. Just put of curiosity, does NTP not account for DST? If it doesn't, why not? If it does, are there any plans to bring DST to Bruce? Thanks. |
@obsidianxenon |
@bmorcelli Assign this one to me. |
We were talking about this issue today, to use GMT-x instead of Country names.. so menu was going from -12 to +12 or something like that.. And theres an issue with places with half timezones, like India and Australia... Like GMT-x.5 |
https://github.com/JChristensen/Timezone/blob/master/src/Timezone.h It appears there is a means to setup Timechange rules and such. Ill keep looking into this. |
@rouing Ok thanks mate 👍 |
I already open Issue for this . didn't had time to resolve this #543 |
@bmorcelli There are also places that don't have DST, like Brisbane. There may have to be a location thing as well. |
Brazil doesn't have too.. it might be easier to setup the clock Manually |
@bmorcelli I guess you're correct. I was just looking for an easier way rather than having to set it every time I power on. |
https://github.com/rouing/Bruce/tree/dev-timezones Im sort of working on this now. I realized were all over the place with the time control so its gonna need a refactor. This will take a while. |
When I select the NTP timezone: Sydney, the time displayed is one hour behind.
Steps To Reproduce:
Expected behavior:
The time should be correct.
Actual behavior:
The time is an hour behind.
Additional context / logs:
At time of writing, it is daylight savings, so that could have something to do with it.
The text was updated successfully, but these errors were encountered: