Filter by date 'equals' does not work #14869
Labels
avalanche
OSS team
bb-filtering
Filtering data
bug
Something isn't working
data
date
Relating to dates, e.g. Date Picker, formatting, etc
env - production
Bug found in production
frontend
Checklist
Hosting
Describe the bug
Filtering on a date column with operator 'equals' does not work.
To Reproduce
Within the attached application, do
--> Note that no records is shown. Expected is one record.
--> One record returned (as expected)
Expected behavior
When filtering a date column with 'equals' and matching values it is expected to return the correct number of database records.
App Export
DateTest-export-1729794038300.tar.gz
Desktop (please complete the following information):
Additional context
I tested around and it seems there is some issue with timezone matching. Some date elements seem to convert to my system time (CEST), but the database is storing in in UTC. Hence a parameter for a specific date without hours might be transposed.
Maybe this is causing the culprit, but I am not sure on it.
The text was updated successfully, but these errors were encountered: