Postgres Timestamp
问题 We are having a debate about the best way to store a timestamp in postgres. Currently all time stamps are stored as +00 and we have a timezone associated with each client. We look up the timezone and convert the time that something happened which increases complexity as we need to do more joins and a more complex query. Another method is connecting to Postgres and setting the timezone of the connection and it changes all the times to be that timezone. My problem with this is that in ANZ there