Hello All,
Please help me out,
I am working on integration project, where I have to integrate nav with some third party application, that application completely runs with UTC time , so while calling any api if there is any datetime field in my request, till now I have converted my datetime field to utc time by writting this one line code FORMAT(DATETIME,0,9),
my question is in response I'm receiving datatime value in utc time how to convert this time to my local time which is in cst timezone
can I make use of config file to overcome this but currently my nav application is integrated with couple of others application , changing config file should not effect them
please advice
thanks
*This post is locked for comments