mongoexport 2.6.0 has started using a new extended JSON format for DateTime values (using ISO8601 strings instead of numeric milliseconds since epoch).
For example:
{ "$date" : "2014-04-28T14:09:04.338-0500" }We should change the JsonReader to support parsing this format also.
- is duplicated by
-
CSHARP-1069 Support decoding $date from ISO-8601 string or $numberLong in JSON parsers
- Closed
- related to
-
SERVER-11813 In strict-json mode, represent dates with strings.
- Closed