Hi Experts,
I need to display start date time and end date time from a table in my report which is of type UTCDateTime now. how can I convert it to user timezone datetime.
StartDate = MyTable.StartDate
EndDate = MyTable.EndDate
Is there any code to convert it directly.
Thanks in advance.