Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: AUDIT LOG DISPLAYS WRONG TIME ...?

    Hello I have the same issue, i use this alternative way

    SELECT DATEADD(hh, DATEDIFF(hh, GETUTCDATE(), CURRENT_TIMESTAMP), event_time )

    as corrected_time,

    action_id ,

    ...

Viewing post 1 (of 1 total)