I have searched for quite some time but I can't seem to figure it out. I can store a timestamptz with many formats and supabase will handle it and thats fine.
My main problem is I want to parse the timestamptz but I dont know the exact pattern. Is it "%Y-%m-%d %H:%M:%S%.f%z"
It would be of great help if you could help me define it in the above defined syntax.
Here is a example of how the time was stored (this was exported via csv): (with default value now) id,test,timestamp 0,[],2024-01-15 21:38:27.213678+00
(with default value (now() at time zone 'utc')) id,test,timestamp 1,[],2024-01-15 21:40:52.21653+00
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.