func time.FixedZone

4 uses

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