Skip to content

Instantly share code, notes, and snippets.

@AndrewAllison
Created September 18, 2019 05:18
Show Gist options
  • Save AndrewAllison/82556be98a0bfeddf69f749fe751399c to your computer and use it in GitHub Desktop.
Save AndrewAllison/82556be98a0bfeddf69f749fe751399c to your computer and use it in GitHub Desktop.
Mongo Queries
db.system.profile.find({
"timestamp" : {
$lt: new Date(),
$gte: new Date(new Date().setDate(new Date().getDate()-1))
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment