The "Date and Time" type results in a strange date-format in de REST-response.
In the response entity:
the webservice response (via soapUi):
I expected something like: "2017-05-20T13:51:02Z"
Is there a way I could use "Date and time"-type?
extra info: I want to create a Rest-service withe json-output in Mendix. I think it is not possible to call a microflow to convert a date_and_time-type direct to an Json-string in the way it looks like an date. Or I am mistaken?