supabase-swift icon indicating copy to clipboard operation
supabase-swift copied to clipboard

Supabase Swift does not encode / decode fractional seconds on Date types

Open chrisrohrer opened this issue 6 months ago • 2 comments

Bug report

Supabase Swift does not encode / decode fractional seconds on Date types

Which makes it very problematic for syncing use-cases.

Reason might be the API uses the standard Swift JSONEncoder/Decoder .iso8601 which does not support that. Has to be a custom Encoder/Deocder.

chrisrohrer avatar Apr 07 '25 19:04 chrisrohrer