The SDK currently formats date-time query parameters (this one for example) with this format: yyyy-MM-dd'T'HH:mm:ss However, the Open API Specification suggests that a date-time parameter should include the timezone at the end.
For example, if the timezone is UTC it should include a Z at the end. For example: 1985-04-12T23:20:50Z
This PR adds the support for this dateTime format
Checklist
[x] I acknowledge that all my contributions will be made under the project's license
[x] I have made a material change to the repo (functionality, testing, spelling, grammar)
Fixes
The SDK currently formats date-time query parameters (this one for example) with this format: yyyy-MM-dd'T'HH:mm:ss However, the Open API Specification suggests that a date-time parameter should include the timezone at the end. For example, if the timezone is UTC it should include a Z at the end. For example: 1985-04-12T23:20:50Z
This PR adds the support for this dateTime format
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.