I'm notice that when I replicate data between 2 server with different time zone, the time data in PostgreSQL is shifted when I load it to a client (in my case, a Rails console). I thought all persisted data should be converted to UTC but it doesn't seem to be the case.
Is there any thing to config when setting up replication so the time wouldn't mess?