I've got a hard time converting float column value into timestamp in Postgress. Actually, in SQL it looks like this:
TIMESTAMP 'epoch' + "t1"."timestamp" * INTERVAL '1 second') at time zone 'UTC'
Could you help me to express the same with the Peewee ORM?