SQL Eval Function DateTime_UtcNow
DateTime_UtcNow
returns a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC) time.
DateTime_UtcNow() RETURNS DATETIME
Returns
A DateTime object whose value is the current Coordinated Universal Time (UTC) date and time.
Example
SELECT SQLNET::DateTime_UtcNow()