Suggest iso-offset as value for WebFlux time and date-time properties
Closes gh-22174
This commit is contained in:
parent
c26b462255
commit
6da52a0d08
|
@ -2026,6 +2026,10 @@
|
|||
{
|
||||
"value": "iso",
|
||||
"description": "ISO-8601 extended local date-time format."
|
||||
},
|
||||
{
|
||||
"value": "iso-offset",
|
||||
"description": "ISO offset date-time format."
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
|
@ -2044,6 +2048,10 @@
|
|||
{
|
||||
"value": "iso",
|
||||
"description": "ISO-8601 extended local time format."
|
||||
},
|
||||
{
|
||||
"value": "iso-offset",
|
||||
"description": "ISO offset time format."
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
|
|
Loading…
Reference in New Issue