Year format in the response of REST API is changed in WFA 5.1
Applies to
OnCommand Workflow Automation (WFA) 5.1
Issue
Year format in the response of REST API is changed from YYYY to YY in WFA 5.1.
Example in WFA 5.0:
"jobStatus": {
"jobStatus": "COMPLETED",
"jobType": "Workflow Execution - Create a Clustered Data ONTAP Volume",
"scheduleType": "Immediate",
"startTime": "Apr 6, 2021 7:28:28 PM",
"endTime": "Apr 6, 2021 7:28:39 PM",
"plannedExecutionTime": "Apr 6, 2021 7:28:23 PM",
"phase": "EXECUTION",
"submittedBy": "admin",
Example in WFA 5.1:
"jobStatus": {
"jobStatus": "COMPLETED",
"jobType": "Workflow Execution - Create a Clustered Data ONTAP Volume",
"scheduleType": "Immediate",
"startTime": "Apr 6, 21, 7:28:28 PM",
"endTime": "Apr 6, 21, 7:28:39 PM",
"plannedExecutionTime": "Apr 6, 21, 7:28:23 PM",
"phase": "EXECUTION",
"submittedBy": "admin",
Note: WFA 5.1 shows year as "21
"(YY) instead of "2021
"(YYYY).