I am using PostgreSQL 10. I have a couple of timestamp with timezone columns in 3 tables.
Should I use UTC as my default timezone in postgresql.conf and constantly transforming to Europe Athens in every session?
Or have Europe Athens as my default, never have to transform, but if other apps access the same database will have to transform to their timezone?
What is wiser? I guess I have to consider if setting a timezone in the session affects the query speed.