I'm using postgreSQL to store my data where users from different timezones can access.
However, the data is inconsistent.
For example, user A from Canada and user B from Australia can see different content of the same data if they are trying to access the data at the same moment. Is there a way to make sure the data is consistent so people from different timezones can see the same content of data at the same moment?
I've already put timestamps with time zones when creating tables