Date time in Date Field Filter

I am currently using MongoDB as the data source for Metabase. I have this native query where I can filter out the data based on the Date type Field Filter.

Is there any way I can set the time? Because I can only select the date right now.

Currently not. There’s a request open for support time based filter:

The work-around would be to split the date and time in two filters, and have the time-filter just being a simple Text-filter, where you manually write hour or hour-minute.

It's a little bit tricky because I have a dashboard with questions made both using the interface AND the native questions. I guess I can't use dashboard filters right now. Thanks for the reply