-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 1.2.0
-
Component/s: None
The GridFS spec states:
The value of this field (updateLoad) MUST be the datetime when the upload completed, not the datetime when it was begun.
PHPLIB currently sets this field during construction. Instead, it should be set when we insert the fs.files document (see: here).
- links to