func github.com/lib/pq.ParseTimestamp

2 uses

	github.com/lib/pq (current package)
		encode.go#L345: 	t, err := ParseTimestamp(currentLocation, str)
		encode.go#L356: func ParseTimestamp(currentLocation *time.Location, str string) (time.Time, error) {