Can you help me on how to convert local time to UTC in SQL Server?
I know there is equivalent to C# but what I need is in SQL Server. The timezone is PACIFIC STANDARD TIME
.
For example:
Local Time: "2015-02-02 15:34:23"
UTC: "2015-02-02 23:34:23"
Thank you!
I know it's been asked but it's in SQL Server 2008. What I need is in SQL Server 2005.