time.zone.offset (field)
9 uses
time (current package)
time.go#L441: sec += int64(l.cacheZone.offset)
time.go#L462: offset = l.cacheZone.offset
zoneinfo.go#L48: offset int // seconds east of UTC
zoneinfo.go#L137: offset = zone.offset
zoneinfo.go#L146: offset = zone.offset
zoneinfo.go#L174: offset = zone.offset
zoneinfo.go#L590: nam, offset, _, _ := l.lookup(unix - int64(zone.offset))
zoneinfo.go#L601: return zone.offset, true
zoneinfo_read.go#L260: zone[i].offset = int(int32(n))
![]() |
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. |