Dynamics 365 Business Central: Dealing with Timezone on Webservice
In this topic, I’d like to discuss how we can manage the CurrentDateTime function in web services. When working with web services, it’s essential to know that the CurrentDateTime function always returns the time in UTC. This can cause issues if the integration with third-party solutions operates in a different timezone. Here’s an article from…