Guys I have stored unix timestamps in my MySQL database, where I was reading them using the MySQL function FROM_UNIX().
Now I'm migrating the database from MySQL to PostgreSQL. In PostgreSQL, how I can read unix timestamps just like I was doing in MySQL with FROM_UNIX() ?