My ASP.net application resides on a server with central time. from the same server I am pushing a web service request to another application. Now in that web service I am asked to send time in Eastern Time Zone for one parameter.
What would be the best way to convert time from Central Time Zone to Eastern Time Zone in C# .net 1.1 ? This should also consider daylight savings etc.
Start Free Trial