Properly setting timestamp column
I just want to make sure that I am properly setting the
timestamp
to match some data that I am getting. This is what my schema looks like:
and the data I want to store looks like the code snippet attached. I believe they are all using UTC, so would my timestamp
need to be updated to be :
Right now I am just manually inserting the data into Supabase's UI, but I should probably write a script or something 😅 since pasting the timestamp does not work in Supabase's UI0 Replies