I have a project with Hybris and we are providing a restful API throught swagger + swagger-ui. We have a problem with the format of the date-time attributes and params. It is shown with this format: "2018-06-22T08:00:19.130Z".
However, the format that we use and need to shown in the examples provided in the swagger-ui is "2018-06-22T08:00:19Z".
The params are DTO's autogenerated by spring.
Any idea on how to change the format of the date-time for the examples?
Thanks, Cris