MongoDB query to update dates doesn't work on all documents
Basically I want to update all documents inside one collection. The update is just adding 2 hours to date fields present in each document. The documents all follow a basic structure like this : { code : 1, file :…