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.2.8-preview. (GOOS=darwin GOARCH=arm64)