Answers for "utc to local time conversion in sql"

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 "utc to local time conversion in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language