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
- Create a new objective in any Tier
- 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