Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21607

XML/JSON export must return dates with milliseconds

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 7.10-HF22, 8.10-HF01, 9.1
    • Component/s: Core IO

      Description

      Today an export returns date values with milliseconds truncated to only 2 digits of precision, instead of the full 3 that is stored.
      The XML export has:

      <dc:modified><![CDATA[2017-02-08T22:24:59.36Z]]></dc:modified>
      

      The JSON export has:

      "lastModified": "2017-02-08T22:24:59.36Z"
      

      But we should actually have: 2017-02-08T22:24:59.362Z

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: