Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created January 24, 2013 12:31
Show Gist options
  • Select an option

  • Save ozgun/4620984 to your computer and use it in GitHub Desktop.

Select an option

Save ozgun/4620984 to your computer and use it in GitHub Desktop.
mongodb timestamp test
> db.test.find()
{ "_id" : ObjectId("510128ee00000000ffffffff"), "a" : Timestamp(4294967290000, 2864434397), "b" : Timestamp(2005440768000, 287454020), "p" : Timestamp(4259970536000, 4194433536) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment