So, I have been trying this since hours but didn\'t get any results.
I have a MongoDB collection which has a date value \"scrape_systemTime\", I am insertin
\"scrape_systemTime\"
The scrape_systemTime field in your document is a string, not a Date which explains why your query isn't working.
scrape_systemTime
Date
So it must be that you're not inserting your docs as you think you are, as you'd get strings like this if you inserted that field as:
scrape_systemTime: Date()