Hi,
I am developing a c# application that insert and get data in D365 via ODATA. My doubt is how to set datetime value when the type of data in D365 is utcDateTime.
Is it correct to leave my values in UTC format or it is necessary to pass them in other format ? My question is because I am new in D365 and I don't know if could be consideration about the timezone preference of the user that the application uses for insert or retrieve data...
i would insert and filter the data using value in UTC in order to don't have problems to deploy my app in server with different timezones...
If there are some documentation about these arguments it will be appreciated.
Thank you!
Michele