标签: mongodb
我存储的记录的日期为0000-12-31 16:00:00.000 如何使用db.find
0000-12-31 16:00:00.000
db.find
Example : db.xxxxxxx.find({members:{$elemMatch:{joined_at:ISODate("1970-01-01T00:00:00.000Z")}}})
0000-12-31 16:00:00.000的ISO日期是什么?