Postgresql – Display timestamptz in a user's timezone
I'm working on a Spring Boot application which queries a PostgreSQL database. I have a timestamptz column. The end users of my application would like to view these timestamps in their own timezone, with the offset included. For example, Given…