You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue with rendering the Date-Time schema from AsnycAPI to Docuentation. We use the datetime format as YYYY-MM-DDThh:mm:ss.sssZ. However, after rendering through Doc generator it shows the format as yyyy-mm-ddthh:mm:ss.sssz in the documentation of specification. This can give a misleading information as uppercase 'Z' has been an indication of UTC format where as lowercae 'z' is only signifies the offset. It seems the doc generator converts explicitly this to lower case.
How to Reproduce
Run generator to generate document from any specification having date time format as : YYYY-MM-DDThh:mm:ss.sssZ.
Expected behavior
The documentation generated from specification should have the same date time format YYYY-MM-DDThh:mm:ss.sssZ.
The text was updated successfully, but these errors were encountered:
Describe the bug
I got an issue with rendering the Date-Time schema from AsnycAPI to Docuentation. We use the datetime format as YYYY-MM-DDThh:mm:ss.sssZ. However, after rendering through Doc generator it shows the format as yyyy-mm-ddthh:mm:ss.sssz in the documentation of specification. This can give a misleading information as uppercase 'Z' has been an indication of UTC format where as lowercae 'z' is only signifies the offset. It seems the doc generator converts explicitly this to lower case.
How to Reproduce
Run generator to generate document from any specification having date time format as : YYYY-MM-DDThh:mm:ss.sssZ.
Expected behavior
The documentation generated from specification should have the same date time format YYYY-MM-DDThh:mm:ss.sssZ.
The text was updated successfully, but these errors were encountered: