Date picker and time zone

Hi all,
I share a small problem solved with the date picker. I am using it as a filter for a list and it was not working. I changed the time zone of my computer to the one in St Louis where Adalo is located, all works … but it will be difficult to use correctly for my users!

If anyone has a solution to make it work with another time zone, that would be great

Thank’s

Hi @Tang ,

You can create additional property in users collection that act as app wide variable.

Lets call it date from and date to, with this you can use form component to use just these fields and with the submit button, you can link to another screen that have a list.

In that list you can filter based on logged in user date from and date to.

See if you still have issue of time zone offset, in my case it is correct.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.