Can supabase order timestamp with timezone?
Hello everyone, I tried to make an ordering rule to my supabase query but it's not working as expected.
I am using the timestamp with timezone format
Is is possible to order
I am using the timestamp with timezone format
2024-09-13 23:39:43.148866+00 to store the date.Is is possible to order
query.order('send_at', { ascending: true }); a timestamp column?