time.Location.name (field)
9 uses
time (current package)
zoneinfo.go#L20: name string
zoneinfo.go#L72: var utcLoc = Location{name: "UTC"}
zoneinfo.go#L100: return l.get().name
zoneinfo.go#L107: name: name,
zoneinfo_read.go#L317: l := &Location{zone: zone, tx: tx, name: name, extend: extend}
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L68: localLoc.name = "UTC"
![]() |
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. |