Date query with ISODate in mongodb doesn’t seem to work

I don’t seem to be able to get even the most basic date query to work in MongoDB. With a document that looks something like this: { “_id” : “foobar/201310”, “ap” : “foobar”, “dt” : ISODate(“2013-10-01T00:00:00.000Z”), “tl” : 375439 } And a query that looks like this: { “dt” : { “$gte” : { “$date” … Read more