-
Notifications
You must be signed in to change notification settings - Fork 18k
time: Failing test: TestParseInSydney in Go 1.3.2 #8814
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
Labels
Milestone
Comments
Same failed test here. Version: go version go1.3.2 linux/amd64 Steps to reproduce: cd /usr/local/go sudo hg pull sudo hg update release # per Andrew's instructions cd src sudo ./all.bash What happened: --- FAIL: TestParseInSydney (0.00 seconds) format_test.go:201: ParseInLocation(Feb 01 2013 EST, Sydney) = 2013-02-01 00:00:00 +0000 EST, want 2013-02-01 00:00:00 +1100 AEDT FAIL FAIL time 2.416s Additional info: OS: Debian Testing w/latest as of 9/25. Running in a VirtualBox VM on OSX, configured for "Hardware clock in UTC time" Which states, "If checked, VirtualBox will report the system time in UTC format to the guest instead of local (host) time. This affects how the virtual real-time clock (RTC) operates and may be useful for Unix-like guest operating systems, which typically expect the hardware clock to be set to UTC." As mentioned by the reporter, I also removed the installation and pulled a fresh copy - no modifications. But, I continue to have the build error. Andrew mentioned in the google thread that its a timezone issue: https://groups.google.com/d/msg/golang-nuts/eeOHNw_shwU/hpoUb4OKUdEJ As I mentioned above, I am passing UTC bios clock to my VM, but the Debian install is set to EDT: spdev01:/usr/local$ date Fri Sep 26 08:21:44 EDT 2014 Thanks! |
This is issue #8547. The fix is https://golang.org/cl/130920043. Status changed to Duplicate. Merged into issue #8547. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: