time.Time.abs (method)
8 uses
time (current package)
time.go#L432: func (t Time) abs() uint64 {
time.go#L500: return absWeekday(t.abs())
time.go#L525: abs := t.abs()
time.go#L539: return absClock(t.abs())
time.go#L554: return int(t.abs()%secondsPerDay) / secondsPerHour
time.go#L559: return int(t.abs()%secondsPerHour) / secondsPerMinute
time.go#L564: return int(t.abs() % secondsPerMinute)
time.go#L919: return absDate(t.abs(), full)
![]() |
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. |