When using SQL Server, you can use the T-SQL GETUTCDATE()
function to return the current UTC time (Coordinated Universal Time). UTC time is the primary time standard by which the world regulates clocks and time.
The return value of the GETUTCDATE()
function is derived from the computer on which the instance of SQL Server is running. The time zone is not included, and it is returned as a datetime value.