Skip to content

Commit

Permalink
Adding "date-time" format
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarc committed Feb 5, 2021
1 parent ece4563 commit 72e28e8
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
"endOfLifeDate": {
"description": "End-of-life date for the minor version.",
"type": "string",
"format": "date-time",
"readOnly": true
},
"isAutoUpdate": {
Expand Down Expand Up @@ -693,6 +694,7 @@
"endOfLifeDate": {
"description": "End-of-life date for the minor version.",
"type": "string",
"format": "date-time",
"readOnly": true
},
"isAutoUpdate": {
Expand Down Expand Up @@ -883,6 +885,7 @@
"endOfLifeDate": {
"description": "End-of-life date for the minor version.",
"type": "string",
"format": "date-time",
"readOnly": true
},
"isAutoUpdate": {
Expand Down Expand Up @@ -1029,6 +1032,7 @@
"endOfLifeDate": {
"description": "End-of-life date for the minor version.",
"type": "string",
"format": "date-time",
"readOnly": true
},
"isAutoUpdate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
"~2",
"~3"
],
"endOfLifeDate": "Sun Oct 04 2020 00:00:00 GMT+0000 (Greenwich Mean Time)"
"endOfLifeDate": "2020-10-04T00:00:00+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
"~2",
"~3"
],
"endOfLifeDate": "Sun Oct 04 2020 00:00:00 GMT+0000 (Greenwich Mean Time)"
"endOfLifeDate": "2020-10-04T00:00:00+00:00"
}
}
}
Expand Down
Loading

0 comments on commit 72e28e8

Please sign in to comment.