I'm hosting a SQL Server 2005 server in the states. Soon we will transfer from Europe to DB. I want to update the dates in DB to keep the time zone difference in mind. Is there a good way to do this? Or is it a case of looping and adding timezone offset through dates?
Is it really needed to change because it was physically taken? If you are supporting global applications, then I store all my date / time information in GMT and translate it to local on client side.
Comments
Post a Comment