cabinjs/bson-objectid

Api is not matching the one from `bson` - `createFromTime`

dawidreedsy opened this issue · 1 comments

The createFromTime should take as an input number of seconds at the moment it is number of milliseconds

ObjectID.createFromTime(/* Should be number of seconds*/)

PR welcome