© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
2 replies
WW

Can't seem to update timestamptz column with Dart API

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


returns a
Converting object to an encodable object failed: Instance of 'DateTime'
Converting object to an encodable object failed: Instance of 'DateTime'
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to add value to an array column with the dart API?
SupabaseSSupabase / help-and-questions
3y ago
timestamptz format
SupabaseSSupabase / help-and-questions
3y ago
how to use timestamptz
SupabaseSSupabase / help-and-questions
4y ago
Can't seem to cross intermediary table
SupabaseSSupabase / help-and-questions
4y ago