Hi Experts,
We are building a global reporting solution and we have users who will access the reports from different time zones. We have the dates stored in database in UTC format.
Could you please let us know how can I convert the UTC dates to local user time zone?
PS:I have used System.TimeZone.CurrentTimeZone.ToLocalTime(Fields!DateTime.Value) function but when I deploy the report to the report server the dates switches back to UTC as the function is executed at the server side and not the client side.
Regards,
Ram
Please vote as helpful or mark as answer, if it helps