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
Problem with timestamp in postgres · drizzle-team drizzle-orm · Dis...
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...
0 Replies