We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404127c commit 1d91551Copy full SHA for 1d91551
src/time/time.go
@@ -1334,7 +1334,7 @@ func UnixMilli(msec int64) Time {
1334
}
1335
1336
// UnixMicro returns the local Time corresponding to the given Unix time,
1337
-// usec milliseconds since January 1, 1970 UTC.
+// usec microseconds since January 1, 1970 UTC.
1338
func UnixMicro(usec int64) Time {
1339
return Unix(usec/1e6, (usec%1e6)*1e3)
1340
0 commit comments