Meteor ObjectID incorrect date on clientside

Hi all,

I’m trying to use date from native mongo ObjectId, but date is not correct.

Example from browser console:
new Meteor.Collection.ObjectID()._str "e1b46d0a15ddcb2298ce7ef4"

If you’ll check this ID at https://steveridout.github.io/mongo-object-time/ the result would be:
2089-12-29T12:33:14.000Z

Someone know how to fix this issue?