Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 3, 2015 07:28
Show Gist options
  • Save brlafreniere/d2282d95fc41ec0cef54 to your computer and use it in GitHub Desktop.
Save brlafreniere/d2282d95fc41ec0cef54 to your computer and use it in GitHub Desktop.
date = moment().subtract(5, 'hours').toDate()
return Messages.find {createdAt: {$gte: date}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment