time.zone.isDST (field)
5 uses
time (current package)
zoneinfo.go#L49: isDST bool // is this zone Daylight Savings Time?
zoneinfo.go#L211: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L213: if !l.zone[zi].isDST {
zoneinfo.go#L221: if !l.zone[zi].isDST {
zoneinfo_read.go#L265: zone[i].isDST = b != 0
![]() |
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. |