Skip to content

Instantly share code, notes, and snippets.

@sabueso
Created November 3, 2015 14:06
Show Gist options
  • Select an option

  • Save sabueso/5611dad1fb54c744de06 to your computer and use it in GitHub Desktop.

Select an option

Save sabueso/5611dad1fb54c744de06 to your computer and use it in GitHub Desktop.

Revisions

  1. sabueso created this gist Nov 3, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    db.user.find({first_seen: { $gte:(Number(ISODate("2015-02-01T00:00:00.000Z")).valueOf()/1000), $lte:(Number(ISODate("2015-02-28T00:00:00.000Z")).valueOf()/1000) } }).count()