I am using Loopback 4 with Postgres connector. Following is the definition of a date column:
The database has it defined as DATE type. I enabled debugging on the app server and it looks like Loopback is treating the column as a TIMESTAMP with TIMEZONE column
This seems to causing the actual date value as being -1 DAY from the value. Would that be correct to assume? How can I go about fixing it?
Appreciate your help.