-
Notifications
You must be signed in to change notification settings - Fork 3.4k
test_time fails in Korean Time Zone #5617
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
Comments
Yeah, this test depends on the local time zone. I don't think we found an easy way to make it 100% deterministic and independent of the system it's running on. But you can probably ignore that failure, and skip it when running the test suite. |
@kripken The problem is this also fails on Travis, but well, probably we can manually set time zone there. |
BTW, which time zone is expected here? |
I think the time zone should be able to vary, not sure what this failure is about. The bots run through the test suite with Finnish time zone (UTC+3 in Summer, UTC+3 during Winter, https://www.timeanddate.com/time/zone/finland), and I don't think I've observed the bots to fail "seasonally". I wonder if the failure might be that it expects that DST should be in effect, whereas for some reason it was not when the test was run? |
I'm faced with the same issue in PRC, and have opened PR #5624 to fix this. Please take a look, thanks! |
Some regions do not have daylight savings time at all, handle that properly. Fixes: #5617
This is fixed, closing. |
Probably related with time zone?
The text was updated successfully, but these errors were encountered: