This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 779
NTP Tests bug, when time is changed #2376
Comments
Merged
There is an additional problem (at least on my system) which is probably related and NOT fixed. Build on my Win 10 machine fails because OEZ is returned instead of EET. OEZ is the correct name in germany, so there might be a localization issue involved. |
Works for me. Thanks. |
Also with a merged #2407 I run into this error:
|
That's the same problem like EET vs. EST, they changed back from PDT to PST this weekend in the US |
Yes, it was the same problem, but this time, caused by time change in the US. I have made a PR with fix: #2414 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the NTP Binding Tests the "Europe/Helsinki" time zone is used. But recently there has been a time change in this time zone and that broke two of the tests:
The message is:
The string channel was not updated with the right timezone
Expected: is "EEST"
but: was "EET"
Aparently the abbreviation EEST(Eastern European Summer Time) is used only in summer and now that the time is changed the abbreviation, that is returned is EET(Eastern European Time) - https://www.timeanddate.com/time/zones/eest
The message is:
The dateTime channel was not updated with the right timezone
Expected: is "+0300"
but: was "+0200"
Now that the time is changed, the current offset is +0200, not +0300
I have made a PR with a fix for this: #2377
The text was updated successfully, but these errors were encountered: