cancel
Showing results for 
Search instead for 
Did you mean: 

Audit Universe throws incorrect Action Time

Former Member
0 Kudos

My Activity universe shows an incorrect Action Time when I create a report using this object.

I found that there's a workaround that consist of modifying this date object like this, for example:

dateadd(hour,-datediff(hour,getdate(),getutcdate()),AUDIT_EVENT.Start_Timestamp)

But I was wondering if there is a way to set the proper time in Audit database, instead of having to modify universe?

What do you recommend me?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems there is no way of doing that so I give up, I'll modify my universe using UTC format