What does supabase js expect on a 'date' type

I might just sound stupid. I have a table that expects a date, so not timestamptz

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.
Was this page helpful?