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?
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
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?