Options

Web service time input - timezone

foo_barfoo_bar Member Posts: 91
Hello,

I have a SOAP service, which has 2 datetime fields.
now when the user sends dates trough the soap service, they are interpreted as UTC.
I need them to be CET, so I changed the customsettings config file, and added this :
<add key="WebServicesDefaultTimeZone" value="Central European Standard Time" />
but navision still thinks it is UTC that he recieves trough the SOAP service.
I also changed the personal settings for the webservice user.

is there anything else I should change?

thank you

Comments

Sign In or Register to comment.