SSRS Report in Ax 7.3

Hi,

I am generating a ssrs report, its giving current time in my local dev machine but in my Q&A its giving UTC time. what expression i can give to convert that utc time into local time.

i am using =Globals!ExecutionTime this now. Tried couple other expressions like System.TimeZone.ToLocalTime(UTCTime) but throwing error at ‘ToLocalTime’.

Thanks

Priya

Also tried using =system.TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now) its not showing red line anywhere but when i build it says “unidentified substring now in expression”