func time.absDate
5 uses
time (current package)
format.go#L536: year, month, day, yday = absDate(abs, true)
time.go#L533: year, _, _, yday := absDate(abs, false)
time.go#L919: return absDate(t.abs(), full)
time.go#L923: func absDate(abs uint64, full bool) (year int, month Month, day int, yday int) {
zoneinfo.go#L305: year, _, _, yday := absDate(uint64(sec+unixToInternal+internalToAbsolute), false)
 |
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. |