Hello everyone,
Any ideas what is the differences between GETUTCDATE and GETDATE? And when to apply GETUTCDATE and when to apply GETDATE?
thanks in advance,
George
Hello everyone,
Any ideas what is the differences between GETUTCDATE and GETDATE? And when to apply GETUTCDATE and when to apply GETDATE?
thanks in advance,
George
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
George GeorgePosted Jan 13, 2009, 6:56 AM
Cool, thanks Jan!
regards,
George
Jan MontanoPosted Jan 13, 2009, 4:34 AM
GETUTCDATE returns the Coordinated universal time or the Greenwich Mean Time (GMT). This is a standard time.
Subtracting GETUTCDATE from GETDATE will return the current timezone you're in.