time.Time.ext (field)
22 uses
time (current package)
format.go#L455: m2 := uint64(t.ext)
format.go#L457: if t.ext < 0 {
time.go#L140: ext int64
time.go#L172: return t.ext
time.go#L193: t.ext += d
time.go#L208: t.ext = t.sec()
time.go#L219: sec := t.ext
time.go#L225: t.ext = m
time.go#L237: return t.ext
time.go#L243: return t.ext > u.ext
time.go#L253: return t.ext < u.ext
time.go#L267: return t.ext == u.ext
time.go#L826: te := t.ext + int64(d)
time.go#L827: if d < 0 && te > t.ext || d > 0 && te < t.ext {
time.go#L831: t.ext = te
time.go#L843: te := t.ext
time.go#L844: ue := u.ext
time.go#L1211: t.ext = sec
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |