https://bugs.winehq.org/show_bug.cgi?id=38272 Brad Fitzpatrick <bradfitz(a)golang.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bradfitz(a)golang.org --- Comment #4 from Brad Fitzpatrick <bradfitz(a)golang.org> --- FWIW, the Go runtime changed from using GetSystemTimeAsFileTime to reading the time from memory directly on Windows for Go 1.4 via this change: https://codereview.appspot.com/108700045 to address this monotonic clock issue: https://github.com/golang/go/issues/6007 (which used to be about several OSes, not just NetBSD) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.