Expand Minimize
5 out of 8 rated this helpful - Rate this topic

GETUTCDATE (Transact-SQL)

Returns the datetime value that represents the current UTC time (Coordinated Universal Time or Greenwich Mean Time). The current UTC time is derived from the current local time and the time zone setting in the operating system of the computer on which the instance of Microsoft SQL Server is running.

Topic link icon Transact-SQL Syntax Conventions


GETUTCDATE()

datetime

GETUTCDATE is a nondeterministic function. Views and expressions that reference this column cannot be indexed.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.