func time.LoadLocation

3 uses

	time (current package)
		zoneinfo.go#L631: func LoadLocation(name string) (*Location, error) {

	github.com/lib/pq
		conn.go#L1626: 		cn.parameterStatus.currentLocation, err = time.LoadLocation(r.string())

	golang.org/x/pkgsite/internal/worker
		server.go#L677: 	locNewYork, err = time.LoadLocation("America/New_York")