camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

DateTime returned by Tasks Rest API not rfc3339 compliant #2266

Closed Xnyle closed 3 years ago

Xnyle commented 3 years ago

Using the SpringBoot Example App with Rest client enabled, queries to the task endpoint return times like this

2021-05-10T14:36:44.418+0200

this is not rfc3339 compliant, it should look like this

2021-05-12T12:34:34.720+00:00

This is creating problems with clients generated via openapi generator as i now have to "hack" the generated ApiClient to accept that non standard format for task queries.

pinussilvestrus commented 3 years ago

Are you sure your problem belongs to the Camunda Modeler? Or rather https://github.com/camunda/camunda-bpm-platform?

Xnyle commented 3 years ago

Yeah sorry, belongs to platform, could you move it?

pinussilvestrus commented 3 years ago

I believe camunda-bpm-platform is using a different issue tracker. So I'd recommend you to open it over there.