What does supabase js expect on a 'date' type
I might just sound stupid. I have a table that expects a
I want to add a row to said table, however i'm not sure what supabase-js expects. I tried passing a Date() object, however that doesn't seem to work.
date, so not timestamptzI want to add a row to said table, however i'm not sure what supabase-js expects. I tried passing a Date() object, however that doesn't seem to work.