Details
-
Bug
-
Resolution: Done
-
Major - P3
-
Legacy C++ Implementation
-
None
-
Windows 2008
Description
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