Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-58430

Dates.TIME_FORMAT is not ECMAScript 5.1 compliant

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 5.7
    • 5.5
    • None

    Description

      We need to change the format of our DateTime serialisation so that it is ECMAScript 5.1 compliant. Currently we are outputting the format:

      "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
      

      which does not provide a colon in the timezone.
      The change will update the format to include a colon:

      "yyyy-MM-dd'T'HH:mm:ss.SSSZZ"
      

      Attachments

        Issue Links

          Activity

            People

              dma@atlassian.com David Ma
              dma@atlassian.com David Ma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: