GETUTCDATE: returns the GMT, or Greenwich Mean Time at the current date and time : GETUTCDATE « Date Timezone « SQL Server / T-SQL






GETUTCDATE: returns the GMT, or Greenwich Mean Time at the current date and time


2> SELECT GETUTCDATE()
3> GO
-----------------------
2006-10-12 14:18:37.920

(1 rows affected)

           
       








Related examples in the same category

1.GETUTCDATE(): use the time zone setting on the server to determine the equivalent Universal Time Coordinate time