time.Location.cacheEnd (field)
10 uses
time (current package)
time.go#L440: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L460: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo.go#L41: cacheEnd int64
zoneinfo.go#L111: cacheEnd: omega,
zoneinfo.go#L135: if zone := l.cacheZone; zone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo.go#L139: end = l.cacheEnd
zoneinfo_read.go#L325: l.cacheEnd = omega
zoneinfo_read.go#L328: l.cacheEnd = tx[i+1].when
zoneinfo_read.go#L332: if name, _, estart, eend, ok := tzset(l.extend, l.cacheEnd, sec); ok {
zoneinfo_read.go#L334: l.cacheEnd = eend
![]() |
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. |