INSERT INTO data.source(id, created, created_utc) VALUES($1, to_timestamp('$2'), to_timestamp('$3'))
error: invalid input syntax for type double precision: "$2"
1581569438
to_timestamp(double precision)
, INSERT INTO data.source(id, created, created_utc) VALUES($1, to_timestamp($2), to_timestamp($3))