[05:47:39] <Jonno_FTW> how do I get those documents where the current time is 24 hours after a datetime field?
[05:49:57] <Jonno_FTW> actually I'll just have an extra field
[06:57:27] <justanotheruser> how can I use $mod on a timestamp? Is there some way I can convert it to an int in the query?
[09:43:13] <Derick> justanotheruser: you can - via a conversion with $dateToString
[12:29:32] <marcelofr> Hi!. I've configured a replica set with a primary, secondary and arbiter (with keyfile). Every things is ok, but the network traffic is a few MB/s on primary, a few Kb/s in secondary, but arbiter has the same bandwidth of primary. Is this ok?
[12:34:54] <Derick> the arbiter should have virtually none - except for some heartbeats
[15:56:54] <RobertPlummer> Is there the capability in mongo to use a javascript module or plugin?
[15:57:03] <RobertPlummer> If so, where is the documentation?