GETUTCDATE
Function
Returns the current date and time in UTC (Coordinated Universal Time).
Syntax
GETUTCDATE()
Return Value
A date string formatted like "2016-07-24 02:14:16.404".Example
PRINT GETUTCDATE();
SQL Notebook |
GETUTCDATE
FunctionReturns the current date and time in UTC (Coordinated Universal Time).
GETUTCDATE()
PRINT GETUTCDATE();