func github.com/go-pg/pg/v10/types.ParseTimeString

2 uses

	github.com/go-pg/pg/v10/types (current package)
		time.go#L20: 	return ParseTimeString(s)
		time.go#L23: func ParseTimeString(s string) (time.Time, error) {