我有这样的数据:
"_id" : ObjectId("5ad47a26298e81149d2fef55"),
"modified" : ISODate("2018-04-16T10:25:42.135Z"),
"type" : "disconnect",
"agent" : ObjectId("59c4b036050de1829b7331e1"),
"time" : ISODate("2018-04-16T10:25:42.134Z"),
"created" : ISODate("2018-04-16T10:25:42.134Z")
我如何使用日期查找。我需要根据" time"检索数据。领域。我该如何撰写查询?
谢谢