Skip to content

Instantly share code, notes, and snippets.

@yanyaoer
Last active December 24, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanyaoer/6879398 to your computer and use it in GitHub Desktop.
Save yanyaoer/6879398 to your computer and use it in GitHub Desktop.
get_timestamp_by_object_id = (oid)->
#[ref]:https://github.com/justaprogrammer/ObjectId.js/blob/master/src/main/javascript/Objectid.js#L55
return Number('0x' + oid.substr(0, 8))*1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment