I am looking for suggestion I have a few databases and deployed in Germany & UK Datacenters so all DateTime columns contain stores Datetime values according to their region.
Now my organization want to deploy Germany Database to UK Server to save licensing cost and I need to figure out the way that all applications keep on working as they are now.
The biggest issue is the DateTime columns, I need to find the optimum solution to change all DateTime columns data to UTC DateTime.
I believe my stored procedure will keep working fine as I am moving databases to UK region.
I need to update my C# code to display region specific date time when displaying data