Returning the Current Date and Time GETUTCDATE() : GETUTCDATE « Date Functions « SQL Server / T-SQL Tutorial






3>
4> SELECT GETUTCDATE() -- Universal Time Coordinate or Greenwich Mean Time
5> GO

-----------------------
2007-10-18 22:28:54.390

(1 rows affected)








10.11.GETUTCDATE
10.11.1.Returning the Current Date and Time GETUTCDATE()