I have a superbase view i return records using API and then parse API result to a datatype i have created
for date columns it shows the following error:
Type error "2024-07-12T11:02:25" type string is not a sub type of type datetime
my column data type in the supabase is timestamp without time zone, i also tried with timezone but not worked.
What should i do?
Type error "2024-07-12T11:02:25" type string is not a sub type of type datetime
Database & APIs
I tried to parse selecting the column but not worked
Yes
2
1 reply