Postgresql – Postgres convert timestamp with timezone to date
I have a postgres database, that stores some accounting data. The accounting data have a timestamp (with timezone). I would like to aggregate/group the accounting data by date. But the date should be in the user's/requested timezone not UTC. SELECT…