internal: fix wsl failures and a UTC bug The local server now starts at "localhost:0" which fixes the wsl timeout. (wsl is linux under windows. note that the windows builder did not time out with the old code.) Also fixed some places where UTC might not be used. Fixes: golang.go/go#62137, golang/go Change-Id: I9582b76326ab892c6de8ca113dd59a2f375f77c7 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/521795 Run-TryBot: Peter Weinberger <pjw@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This repository holds the Go Telemetry server code and libraries.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.