Hi All,
I am getting DateTime in UTC time (UTC time (Coordinated Universal Time or Greenwich Mean Time)). I want to Convert this in my Local DateTime (Melbourne DateTime). How to achieve this in simple way in T-SQL.
http://msdn.microsoft.com/en-us/library/ms178635(v=sql.90).aspx
http://www.sanssql.com/2010/11/difference-between-getdate-and.html
http://msdn.microsoft.com/en-us/library/ms186724.aspx
http://www.codeproject.com/Tips/423226/Formatting-Local-Datetime-to-UTC-in-SQL-Server
Any suggestion will be appreciated.
Thanks Shiven:) If Answer is Helpful, Please Vote