$match aggregation is giving me None (in terms of Python) even though I have verified it multiple time entries are present in DB . In Python pymongo is not recognizing the ISO while I write inside the cursor = {} making ISO as string and concatenating it with the time also doesn't work it gives the empty list . same case with all operator gte or lte .
db.cityhistory.find({"updateTime": ISODate("2018-04-20T13:27:39.021+0000"), "countries.city": {"$exists": true}}, {"countries.city": 1})