When performing a GET operation on an Objective, the createDate timestamp is always 00:00:00Z

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 10.126.0
    • Affects Version/s: None
    • Component/s: REST API

      Issue Summary

      When you perform a GET request for Objectives/Milestones, the returned value for the createDate field correctly displays the date, however, incorrectly includes a timestamp of '00:00:00' for all objectives.

      Steps to Reproduce

      1. Create a new objective in any Tier
      2. Perform a GET REST API operation of the newly created objective.

      Expected Results

      The createDate field has the right timestamp

      Actual Results

      The createDate will always have the right date but the timestamp will be 00:00:00Z irrespective of the actual created time.

      "createDate": "2023-07-18T00:00:00Z",
      

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Cap Smith (Inactive)
            Reporter:
            Sujay
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: