MSSQLDate/Time FunctionsGETUTCDATE
GETDATE

GETUTCDATEDate/Time Functions

SYSDATETIME

Returns the current UTC date and time.

Syntax

GETUTCDATE()

Example

Enter values below to update the example in real time.

utc_now
SELECT GETUTCDATE() AS utc_now;