GETUTCDATE

Returns the current database system timestamp as a datetime value. The database time zone offset is not included. This value represents the current UTC time (Coordinated Universal Time). This value is derived from the operating system of the computer on which the instance of Lyftron is running.

Syntax

GETUTCDATE()

Return types

datetime

Example

SELECT GETUTCDATE();

See Also