Getting wrong date format when passing through integration object

Hi All,

We have an integration object created to pass the data using REST - post method. However in Appian process the date we are passing is getting converted to below wrong format when we hit TEST REQUEST> Could someone please suggest how or where is Appian making this conversion? Any help would be appreciated. Thanks in advance.

Appian date field (data type is date):

end_date = "12/8/2019"

When we hit test request JSON data is coming as below:

end_date = "2019-12-08Z"

 

  Discussion posts and replies are publicly visible