Hi,
I have crystal report running in the web viewer on server in the cloud. It pulls information from a database that stores time in GMT. I would like to convert the GMT time to the local time of the computer accessing report. I am currently using the following code
ShiftDateTime ({SpGetDeliveredPackages;1.trans_date} ,"UTC,0" , "");
It is not working.