DateTime schema error
Hi! I'm developing with drizzle in my personal proyect, and I'm trying to send a compleatly datetime value my entity that have one field called "date", of type date from pg-core and I'm putting mode:date. But where i send the value and after recover de register, I recive only the date, and the time return like 00:00:00.
I try to use time and timestump types, but returns me the next error: "Cannot parse date or time "2023-12-20T16:39:00.000Z"".
Somebody know how i can fix this?
Thanks!
2 Replies