A client's Android app is reporting a TimeZoneNotFoundException
for the following code/value (written in Xamarin):
TimeZoneInfo.FindSystemTimeZoneById("America/Los_Angeles");
How can this be? Are some Android devices missing some time zones? It works fine on our test devices and I have been unable to find anything on the internet.