Why is the datetime format, send in API responses, depending on system locale of sending server?
Our polish developer gets a different format from his local instance.
For example LastModifiedDate in Salesorder entity:
‘11/27/2023 13:58:55’ instead of ‘2023-11-27T13:58:55+00:00’
Is there a way to fix this to a fixed format?