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

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L30: type TimestamptzValuer interface {
		timestamptz.go#L148: 	if _, ok := value.(TimestamptzValuer); !ok {
		timestamptz.go#L165: 	ts, err := value.(TimestamptzValuer).TimestamptzValue()
		timestamptz.go#L193: 	ts, err := value.(TimestamptzValuer).TimestamptzValue()