https://bugs.winehq.org/show_bug.cgi?id=38272
Brad Fitzpatrick bradfitz@golang.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bradfitz@golang.org
--- Comment #4 from Brad Fitzpatrick bradfitz@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)