I have a time range picker <input type="time" token="myTime"></input> in my dashboard. When I choose "Date & Time Range" -> Between 10/17/2001 14:08:46.000 (HH:MM:SS.SSS) and 10/18/2021 00:00:00:000 (HH:MM:SS.SSS), the dropdown menu "crashes" and is not visible any more. Same thing happens if I have "form.myTime.latest=1634508000" in the URL (1634508000 corresponds to 10/18/2021 00:00:00:000 (HH:MM:SS.SSS)), it hangs at "loading". This seems to happen when start/finish time is 00:00:00.000. Any help?
... View more