I have to find out local time zone from GPS coordinate (Lat and Long) in C#.net. However I have searched around it and got solution by using Google map api. I don't want to use Google api to find time zone using GPS coordinate.
Is there any other way to find time zone using GPS coordinate in C#.net?
Please suggest me any solution for it.