Hi All,
We're using postgreSQL with our project with column type of "timestamp without time zone". When executing query it gives us string with UTC. Is there any way we can convert this value to unix timestamp while executing query?
Hi All,
We're using postgreSQL with our project with column type of "timestamp without time zone". When executing query it gives us string with UTC. Is there any way we can convert this value to unix timestamp while executing query?