-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cargo test fails at 0:20 JST #36
Comments
This pr should fix the issue with the timezones uutils#36. Now all tests are passing.
I think it has to do with the fact that its Aug28th on JST but AUG 27th on UTC. |
This pr should fix the issue with the timezones uutils#36. Now all tests are passing.
This pr should fix the issue with the timezones uutils#36. Now all tests are passing.
Interestingly the tests work at 9:15 JST. |
I ran into this issue in my unit tests, which pass in the morning and fail in the evening (I'm in Pacific time, UTC-8). I believe the root cause of this issue is in
In other words, |
Nice find! Feel free to open a PR! |
I ran
cargo test
on the current repo and got two errors:I did not get the errors before, so it might have to do with the my timezone. It looks like there might be an error or a different usage between JST and UTC.
The text was updated successfully, but these errors were encountered: