Date filter with time range

I want to filter data using a date with a time range currently my database stores date in (2024-07-25T13:36:36.788+00:00) format, and I'm trying to use a variable filter but it's not getting filtered.
As I'm using MongoDB,

When I try to change time it give the error [Text '2024-07-25T01:30:00' could not be parsed at index 19]

For eg:- I want to fetch data between date (2024-07-25T13:10:36.788+00:00) to (2024-07-25T13
:36:36.788+00:00) but in the variable filter the time is predefined as 12:30 PM so I can't fetch the data of time between 13:30 to 13:50 pm please help!!!!!!!