func time.FixedZone

4 uses

	time (current package)
		format.go#L1295: 		t.setLoc(FixedZone(zoneName, zoneOffset))
		format.go#L1315: 		t.setLoc(FixedZone(zoneName, offset))
		time.go#L1260: 		t.setLoc(FixedZone("", offset))
		zoneinfo.go#L105: func FixedZone(name string, offset int) *Location {