Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-963

Support ISO8601 strings in extended JSON $date format

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.1
    • Affects Version/s: 1.9
    • Component/s: BSON
    • Labels:
      None

      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.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: