Skip to content

Commit

Permalink
benchseries: remove unnecessary symbol in comment
Browse files Browse the repository at this point in the history
Change-Id: Ide7abe4a8258d3649d6ea91de571033b20f8eff8
Reviewed-on: https://go-review.googlesource.com/c/perf/+/611136
Run-TryBot: shuang cui <imcusg@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
cuishuang authored and gopherbot committed Sep 10, 2024
1 parent ce48115 commit f1a715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchseries/benchseries.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var noPuncDate = regexp.MustCompile("^[0-9]{8}T[0-9]{6}$")

// RFC3339NanoNoZ has the property that formatted date&time.000000000 < date&time.000000001,
// unlike RFC3339Nano where date&timeZ > date&timeZ.000000001Z
// i.e., "Z" > "."" but "+" < "." so if ".000000000" is elided must use "+00:00"
// i.e., "Z" > "." but "+" < "." so if ".000000000" is elided must use "+00:00"
// to express the Z time zone to get the sort right.
const RFC3339NanoNoZ = "2006-01-02T15:04:05.999999999-07:00"

Expand Down

0 comments on commit f1a715d

Please sign in to comment.