func time.ParseInLocation

4 uses

	time (current package)
		format.go#L956: func ParseInLocation(layout, value string, loc *Location) (Time, error) {

	github.com/go-pg/pg/v10/types
		time.go#L27: 			return time.ParseInLocation(timeFormat, s, time.UTC)
		time.go#L29: 		return time.ParseInLocation(dateFormat, s, time.UTC)
		time.go#L43: 		return time.ParseInLocation(timestampFormat, s, time.UTC)