After passing latitude =-17.6509195 and long=-149.42604210000002 in time zone API. I got Time Zone Name = "Tahiti
" Time but when I pass this Time Zone Name in the C# method.
Time Zone Info . Find System Time Zone By Id(Time Zone Name);
It show an Exception :
"The time zone ID 'Tahiti Time' was not found on the local computer."
so how can I resolve this exception.