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 f76cf0d commit fe1fc3dCopy full SHA for fe1fc3d
utils/now_unix.go
@@ -15,5 +15,6 @@ func Now() time.Time {
15
return time.Now()
16
}
17
18
+ //nolint:unconvert
19
return time.Unix(int64(tv.Sec), int64(tv.Usec)*1000)
20
0 commit comments