SQL Server/T-SQL Tutorial/Date Functions/GETUTCDATE
Returning the Current Date and Time GETUTCDATE()
3>
4> SELECT GETUTCDATE() -- Universal Time Coordinate or Greenwich Mean Time
5> GO
-----------------------
2007-10-18 22:28:54.390
(1 rows affected)