time.Time.setLoc (method)
12 uses
time (current package)
format.go#L1157: t.setLoc(local)
format.go#L1162: t.setLoc(FixedZone(zoneName, zoneOffset))
format.go#L1173: t.setLoc(local)
format.go#L1182: t.setLoc(FixedZone(zoneName, offset))
time.go#L197: func (t *Time) setLoc(loc *Location) {
time.go#L1082: t.setLoc(&utcLoc)
time.go#L1088: t.setLoc(Local)
time.go#L1101: t.setLoc(loc)
time.go#L1214: t.setLoc(&utcLoc)
time.go#L1216: t.setLoc(Local)
time.go#L1218: t.setLoc(FixedZone("", offset))
time.go#L1392: t.setLoc(loc)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)