-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: Legacy C++ Implementation
-
Component/s: mongoexport
-
None
-
Environment:Windows 2008
When running the below command, the values in datetime columns do not contain the miliseconds, but when querying the document with mongod the miliseconds value is present.
mongoexport -vv --host server.domain:27017 --db dbname -collection exec --query "{"TransactTime":{$gt:new Date(1379030644000)}}" --csv --fields TransactTime --out C:\MongoDB\test.csv