geert-janklaps / abap-openapi-ui

OpenAPI / Swagger UI integration for SAP NetWeaver Gateway
MIT License
32 stars 5 forks source link

Doubt about DateTime and DateTimeOffset #1

Open renankaic opened 1 year ago

renankaic commented 1 year ago

Hello guys!

We are using your project to generate the Swaggers docs to be imported in our clients.

But, we have a doubt regarding the "DateTime" and "DateTimeOffset". image

As you can see in the image above, the URL parameter is set to "DateTimeOffset".

But, on "SEGW" we set to use "Edm.DateTime" and not "Edm.DateTimeOffset": image

Please, do you know if we must set to force to use the DateTime elsewhere?

Thank you advance!