Given an ObjectId in _id, how do you get the time it was created?
_id
_id.getTimestamp()
getDateTime(_id)
_id.createDate()
_id.getDateTime()