What Supabase data type should I use for time values

I am working on an app that needs to store and show the open and closed times for a store. I plan on using the date and time picker in FlutterFlow to set the open and closed times. I plan on having fields for the open and closed times for each day of the week in Supabase. The question I have is what data type should I use in Supabase for the time values? I will also need a function that will check these time values and show if the store is open or closed based upon the current day and time.

3
9 replies