Mongo filter by date not working

I am trying to filter some data by created date in a mongodb. When I look at the raw data I can see I have data from today:

But when I filter for past 30 days, I get no results.

Why could this be? Is there some way to check the query detail further to see why it is returning no results?

Thanks,
Andrew