Viewing post 1 (of 1 total)
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 ,
...
June 9, 2014 at 10:28 am
#1720160