Hello, i´m having problems with timestamp in postgres. When I save a timestamped date in the database the saved date is incorrect and also when i run a select query the selected date is wrong.
If I run the insert query manually then the date is saved correctly, but when I do the select it still shows the wrong date.
Hello, i´m having problems with timestamp in postgres. When I save a timestamped date in the database the saved date is incorrect and also when i run a select query the selected date is wrong. If I...