Don't throw TimeZoneNotFoundExceptions when iOS gives us invalid data.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 11 Sep 2014 16:52:43 +0000 (18:52 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 11 Sep 2014 17:04:00 +0000 (19:04 +0200)
commit550d314e51f91fa8438388288b857804580941ff
tree32a67f0b427ea3b56f2ce0b46f59844f889e2d77
parent0083728e199bfa37fc9867654d3571b9a0b1df09
Don't throw TimeZoneNotFoundExceptions when iOS gives us invalid data.

iOS 8 GM lists "Asia/Chita" among its time zones, but when requesting
the time zone data for that time zone, no data is returned.

With this change we ignore time zones without any data when fetching
all the timezones on the system.
mcs/class/System.Core/System/TimeZoneInfo.MonoTouch.cs
mcs/class/System.Core/System/TimeZoneInfo.cs