I am trying to implement maps with possibility to filter data on the dashboard, using "date" value form the marker. By default, maps create filter in the format "2021-01-23T15:00:22Z" and the search crashes with: failed to parse date field [2020-01-21T00:00:01.000Z] with format [yyyy-MM-dd HH:mm:ss]. I tired to change formats in different places, but no luck so far. If I open filter and change the value from "2021-01-23T15:00:22Z" -> "2021-01-23 15:00:22", everything works fine. Please, see screenshots attached:
What can I do to fix this?