Skip to content

Instantly share code, notes, and snippets.

@scotthernandez
Created May 15, 2010 05:00
Show Gist options
  • Save scotthernandez/402026 to your computer and use it in GitHub Desktop.
Save scotthernandez/402026 to your computer and use it in GitHub Desktop.
> db.dates.save({date: new Date("july 3, 1955")})
> db.dates.find()
{ "_id" : ObjectId("4bee29e7751e0000000070cb"), "date" : "Tue Jan -2147483647 584556005 13:25:52 GMT-0800 (Pacific Standard Time)" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment