supabase-swift
supabase-swift copied to clipboard
Supabase Swift does not encode / decode fractional seconds on Date types
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.