We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48115 commit f1a715dCopy full SHA for f1a715d
benchseries/benchseries.go
@@ -191,7 +191,7 @@ var noPuncDate = regexp.MustCompile("^[0-9]{8}T[0-9]{6}$")
191
192
// RFC3339NanoNoZ has the property that formatted date&time.000000000 < date&time.000000001,
193
// unlike RFC3339Nano where date&timeZ > date&timeZ.000000001Z
194
-// 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"
195
// to express the Z time zone to get the sort right.
196
const RFC3339NanoNoZ = "2006-01-02T15:04:05.999999999-07:00"
197
0 commit comments