I'm using two softwares dbvisualizer and PGAdmin and connecting to the same database say db(Postgresql). The database db has a table timeRecord with a column which has a datatype as timestamp. I'm connecting both PGAdmin and dbvisualizer to db, and open table timeRecord. The value in the column with datatype timestamp in both dbvisualizer and pgadmin are different, even though I'm connecting to the same database. My Java application uses the value that is seen in dbvisualizer and .net app uses the value in pgadmin(There is data mismatch because of this). Can anyone please help me with this?
Thank you.