I\'m trying to use the mongodump command to dump out a bunch of records created on a specific date. The records include a \"ts\" field which is a MongoDB Date() object.
use single quotes around the query. I found that ISODate() doesn't work.
mongodump --query '{"ts":{$gt:{$date:178929000}}}'