time.Time.UnixNano (method)
11 uses
time (current package)
time.go#L1220: func (t Time) UnixNano() int64 {
github.com/gotd/td/internal/proto
message_id.go#L105: return NewMessageIDNano(now.UnixNano(), typ)
message_id.go#L145: nano := g.now().UnixNano()
go.uber.org/zap
field.go#L351: return Field{Key: key, Type: zapcore.TimeType, Integer: val.UnixNano(), Interface: val.Location()}
time.go#L26: return t.UnixNano() / int64(time.Millisecond)
go.uber.org/zap/zapcore
encoder.go#L98: nanos := t.UnixNano()
encoder.go#L106: nanos := t.UnixNano()
encoder.go#L114: enc.AppendInt64(t.UnixNano())
json_encoder.go#L314: enc.AppendInt64(val.UnixNano())
sampler.go#L65: tn := t.UnixNano()
os
file_posix.go#L185: utimes[i] = syscall.NsecToTimespec(t.UnixNano())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |