The easy way converting a unix timestamp to a postgres timestamp, eg ex. using date_part afterwards:
SELECT my_unixtimestamp::abstime as pg_time;