]> Cypherpunks repositories - gostls13.git/commit
internal/trace: use RFC3339Nano for wall clock snapshots in Event.String
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Tue, 19 Aug 2025 14:51:39 +0000 (16:51 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Aug 2025 19:37:54 +0000 (12:37 -0700)
commitde2d7416679f4f383da6a1e7dfc52845911845c4
tree6142704163cf5e8cb9bfbf1e0a8c2fbaef9d333c
parentc61db5ebd52a75af80da5afd2c2de3c6ddf080d2
internal/trace: use RFC3339Nano for wall clock snapshots in Event.String

Improve the quality of life for people who use go tool trace -d=parsed
to look at clock snapshot wall timestamps. Many use cases will benefit
from seing the timestamp in sub-second resolution.

Change-Id: I6a6a696403a2164db0c12789c764e22a5c519b1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/697355
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/trace/event.go