Solutionunvalidated
If you prefer `timestamptz` values to be displayed for the UTC timezone — Postgres displays `timestamptz` values according to the `timezone` setting of the session. Tension: Of course, Postgres will then assume UTC where no time zone is given explicitly. Outcome: SET timezone = 'UTC';.
aea71c6f-7d8b-4589-9357-a67a700ca30e
If you prefer timestamptz values to be displayed for the UTC timezone — Postgres displays timestamptz values according to the timezone setting of the session. Tension: Of course, Postgres will then assume UTC where no time zone is given explicitly. Outcome: SET timezone = 'UTC';.