SupabaseS
Supabase2y ago
WW

Can't seem to update timestamptz column with Dart API

await supabase
  .from('clockey')
  .update({'time': newTime}).match({'id': eventId});


returns a
Converting object to an encodable object failed: Instance of 'DateTime'
Was this page helpful?