-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.2
-
Component/s: Aggregation Framework
-
None
-
ALL
Calculating seconds between two dates error in mongodb
db.collection.aggregate({$project:{"dateDifference": { $subtract: [ ISODate("2015-05-30T10:01:58.000Z"),"$date"]}}})