Example
Return the current UTC date and time:
SELECT GETUTCDATE();
Definition and Usage
The GETUTCDATE() function returns the current database system UTC date and time, in a ‘YYYY-MM-DD hh:mm:ss.mmm’ format.
Syntax
GETUTCDATE()
Return the current UTC date and time:
SELECT GETUTCDATE();
The GETUTCDATE() function returns the current database system UTC date and time, in a ‘YYYY-MM-DD hh:mm:ss.mmm’ format.
GETUTCDATE()