const github.com/lib/pq/oid.T_timestamptz

5 uses

	github.com/lib/pq/oid (current package)
		types.go#L93: 	T_timestamptz      Oid = 1184
		types.go#L263: 	T_timestamptz:      "TIMESTAMPTZ",

	github.com/lib/pq
		encode.go#L103: 	case oid.T_timestamptz:
		encode.go#L201: 	if (typ == oid.T_timestamptz || typ == oid.T_timetz) &&
		rows.go#L36: 	case oid.T_date, oid.T_time, oid.T_timetz, oid.T_timestamp, oid.T_timestamptz: