Answers for "sql converting utc to local time"

SQL
-2

tsql utf to local time

select 
 [MyUtcDate] + getdate() - getutcdate()
from [dbo].[mytable]
Posted by: Guest on June-15-2020

Code answers related to "sql converting utc to local time"

Code answers related to "SQL"

Browse Popular Code Answers by Language