getutcdate

Description

Returns a date and time where the value is in Universal Coordinated Time (UTC). getutcdate is calculated each time a row is inserted or selected.

Syntax

getutcdate()

Examples

Example 1

insert t1 (c1, c2, c3) select c1, getutcdate(), 
getdate() from t2)

See also

Functions biginttohex, convert