time.zoneTrans.index (field)
8 uses
time (current package)
zoneinfo.go#L55: index uint8 // the index of the zone that goes into effect at that time
zoneinfo.go#L172: zone := &l.zone[tx[lo].index]
zoneinfo.go#L211: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L212: for zi := int(l.tx[0].index) - 1; zi >= 0; zi-- {
zoneinfo.go#L234: if tx.index == 0 {
zoneinfo_read.go#L301: tx[i].index = txzones[i]
zoneinfo_read.go#L313: tx = append(tx, zoneTrans{when: alpha, index: 0})
zoneinfo_read.go#L326: zoneIdx := tx[i].index
![]() |
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. |