Hi, I have an app that's tracking user streaks ( engagement actions they take every day). Because I need to run automations to see if any activity was taken on a certain day I am using a date field instead of timestamp, as I need to track the whole day.
My front end is inputting the date in the users timezone, but the record in xano shows it in a different time zone. So for example, at the time of writing this it is 8pm on Jan 5th, but its recording it for Jan 6th already. It will basically break the function of my app.
How can I fix this?