var time.Local
9 uses
time (current package)
format.go#L815: return parse(layout, value, UTC, Local)
time.go#L1071: return Time{uint64(nsec), sec + minWall, Local}
time.go#L1073: return Time{hasMonotonic | uint64(sec)<<nsecShift | uint64(nsec), mono, Local}
time.go#L1077: return Time{uint64(nsec), sec + unixToInternal, Local}
time.go#L1088: t.setLoc(Local)
time.go#L1215: } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
time.go#L1216: t.setLoc(Local)
zoneinfo.go#L80: var Local *Location = &localLoc
zoneinfo.go#L636: return Local, nil
 |
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. |