How do I get the timestamp from the MongoDB id?
Find on mongoDB
db.books.find({}).limit(10).map(function (v) { let data = v data.my_date = v._id.getTimestamp() return data })