Hello,
How do you handle server Date in supabase ?
I don't want a trigger because I want my database to be clean if I create my own backend one day ?
Thanks
The user khalilou88 is asking how to handle server dates in Supabase without using triggers, as they want to keep the database clean for potential future backend development. Another user suggests using the Temporal type as a solution.
Not sure what you mean with "server date". Can you provide a specific use case?
Just use the Temporal type. Its’s so cool and easy to work with it.