Forum Discussion

nisha_deepak's avatar
nisha_deepak
Helper III
5 years ago
Solved

Date time showing issue...

In my report i want to show a date time value .The date time value i want is american chicago date time ...How can i get ?

  • nisha_deepak  If Utc DateTime is a column in your report, you'll want to reference that column in the function, not just UtcNow(), for example, click New Custom Column, then enter this formula, replace [Utc DateTime] with the name of your datetime column

    =DateTime.AddZone([Utc DateTime], -6)

4 Replies