func github.com/lib/pq.parseTs

3 uses

	github.com/lib/pq (current package)
		encode.go#L104: 		return parseTs(parameterStatus.currentLocation, string(s))
		encode.go#L106: 		return parseTs(nil, string(s))
		encode.go#L332: func parseTs(currentLocation *time.Location, str string) interface{} {