type github.com/jackc/pgx/v5/pgtype.TimestamptzCodec

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L87: 	defaultMap.RegisterType(&Type{Name: "timestamptz", OID: TimestamptzOID, Codec: &TimestamptzCodec{}})
		timestamptz.go#L133: type TimestamptzCodec struct {
		timestamptz.go#L139: func (*TimestamptzCodec) FormatSupported(format int16) bool {
		timestamptz.go#L143: func (*TimestamptzCodec) PreferredFormat() int16 {
		timestamptz.go#L147: func (*TimestamptzCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		timestamptz.go#L233: func (c *TimestamptzCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		timestamptz.go#L337: func (c *TimestamptzCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		timestamptz.go#L355: func (c *TimestamptzCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {