Hello,
I am using a bunch of filters on Dates within my Adalo app. I have an Item collection that has a Date type property, and I display these items in a list, filtering on that Date property.
I have witnessed a couple of odd behaviours:
- If the filter is set to “Tomorrow”, it sometimes shows items with a date equal to 2 days from now, sometimes shows items with a date equal to tomorrow
- If the filter is set to “2 days from now”, it sometimes shows items tagged as 2 days from now (as expected) but sometimes tagged as Tomorrow (not okay)
- If the filter is set to “Current time” or “Start of the day”, well anything can happen: nothing shown, today’s items shown, tomorrow’s items shown.
These are not consistent over time and can be working one way today on a given device and another way the next day (same time).
I say sometimes because I have not been able to find a pattern for these, seems like it varies depending on:
- The day of the week,
- The time of the day,
- The device timezone (I have seen different behaviour between GMT and GMT+2),
- The device itself (Adalo preview vs AVD simulator vs actual mobile phone).
Anyone having any pointers on how to master filtering on dates?
— EDIT —
I made a quick showcase app to reproduce the issue I’m facing - available here.
I created a Item collection with a Date property, added a few items with different dates (note: we are the 20/04 as I am writting this)
Then created 1 screen filtering on Today’s items:
Works as expected:
Created a 2nd screen, filtering on Tomorrow’s items this time:
Checking the preview, the items displayed are the ones for… today:
As I was saying, this result does not seem to be consistent and it behaved differently depending on the device, time of the test and even device’s timezone. Filtering on Tomorrow has sometimes shown items for Today (as above), for Tomorrow (as it should be) or sometimes for 2 days from now (?!).
— /EDIT —
Thanks
Tide