I want to add my time zone with the function GETUTCDATE() in SQL Server. I searched several times, but did not found any relevant solution. Thanks in advance.
Use GETDATE() instead GETUTCDATE(). see this link
GETDATE()
GETUTCDATE()