dialogflow / dialogflow-dotnet-client

.NET framework for Dialogflow
Apache License 2.0
69 stars 50 forks source link

Date recieved different in REST API and SDK #24

Open uditx opened 6 years ago

uditx commented 6 years ago

Hi

Dates received from api.ai REST API is different from date received from API.AI DotNet SDK

I have a bot and am passing dates as below

Passed 2 dates as below format 01/12/2017 - result from DotNet SDK is 12-01-2017 while from Console JSOn it is 01-12-2017 15/12/2017 - result from DotNet SDK is 15-12-2017 while from Console JSOn it is 15-12-2017

Visual Studio 2015 Project

Screenshots attached for the watch in dotnet sdk and console JSON for same inputs

api.ai issue.docx

Regards