Hi All,
I am getting DateTime in UTC time (UTC time (Coordinated Universal Time or Greenwich Mean Time)) using (datediff(ss, '1/1/1970', current_timestamp)) . I want to Convert this in my Local DateTime (CST DateTime). How to achieve this in simple way in T-SQL.
thanks,
Venkat