I need to know how to get the local time at a specific moment at any location on the globle.
Something like this:
DateTime localTime = GetLocalTime(utcDateTime, city);
or
DateTime localTime = GetLocalTime(utcDateTime, longitude, latitude);
Is there some API in the NET Fx, or Windows API or global web service to get the local time at a specific moment at a location on the globle?