Date Time for Multi-Site

Feb 9th, 2012

Something to remember, in programming in multiple site environment, if you have site that has differ time zone than the server time zone, remember to use GetSiteDate function, instead of directly GETDATE().  Below is code sample.

   SET @PrintDate = dbo.GetSiteDate(GETDATE())

No comments yet.
You must be logged in to post a comment.