MongoDb
From Hawk Wiki
Revision as of 22:28, 1 January 2018 by Hall (Talk | contribs) (Created page with "Search by timestamp <pre> db.getCollection('XXX').find({t: {$gte: new ISODate("2018-01-01T21:56:47Z")}}); </pre>")
Search by timestamp
db.getCollection('XXX').find({t: {$gte: new ISODate("2018-01-01T21:56:47Z")}});