Problem with insert timestamp in postgres

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.

How can I solve it?

https://github.com/drizzle-team/drizzle-orm/discussions/1389
GitHub
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...
Was this page helpful?