Kurangi jumlah variabel menit dari cap waktu postgresql

SELECT p.date_time + number_of_seconds * INTERVAL '1 second'
    FROM photo p 
    WHERE p.id = 1;
Yellowed Yacare