Hi there,
I have a field called checked_in_date
which stores the date when the customer checked in.
I use the REST API to set the field and I use this format for example 2022-04-19T21:57:34+03:00
note, I’m in +3 time zone
the issue here, when I’m at the record-list page and I do this filtration
it should only display the records which have checked_in_date
after that date and time. but in reality, it shows records before that time. see the filtration results
am I doing something wrong here! … if so please advice