date type automatically changed to datetime with timezone #2456
Unanswered
samimhamza
asked this question in
Questions
Replies: 0 comments
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.
-
why is this happening when I update date_of_birth column in my postgres table and when fetching a record it change date_of_birth to someting like this: 1990-02-04T19:30:00.000Z.
I want to get date_of_birth as it's stored in my db like this: 1990-02-05
Beta Was this translation helpful? Give feedback.
All reactions