The following will update the date time to your servers system date time adjusted with correct time offset. Select CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, MYSQLDateField), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) as UpdatedDate from YourMYSQLtable;
Ms SQL server related technical issues and solutions to programming problems with SQL Server and linking to other services.