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.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. |