Replies: 1 comment
-
I believe this issue is related to the timezone. Have you tried to add timezone to your timestamp column? It should look like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Code_6RMAEaycCG.mp4
How can I solve it?
Repo link: https://github.com/victj99/pg-date-test
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions