Gonzalo Gomez

Results 2 issues of Gonzalo Gomez

Generated Go Client code now uses time.RFC3339Nano instead of time.RFC3339, so we do not loose the millisecond resolution. Addresses https://github.com/OpenAPITools/openapi-generator/issues/18672 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). -...

##### Description Generated Go Client code will use `t.Format(time.RFC3339)` in the function `parameterAddToHeaderOrQuery`. This call will cause the time object to loose millisecond resolution when adding the query param to...

Issue: Bug