Vincit / objection.js

An SQL-friendly ORM for Node.js

Home Page:https://vincit.github.io/objection.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date type automatically changed to datetime with timezone

samimhamza opened this issue · comments

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