[ios] Ensure Local TimeZone Id is Set For TimeZoneInfo.Local (#15667)
commit537fc4b60d0783dc260b4b26b64d1fd03db52cc8
authorSteve Pfister <steveisok@users.noreply.github.com>
Thu, 11 Jul 2019 21:45:03 +0000 (11 17:45 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 11 Jul 2019 21:45:03 +0000 (11 23:45 +0200)
treea38bd2fc1a73827b34c8addc058ebc4015d4b7a0
parent792bfbff913f80a663ab086c71ac5a238e64fffa
[ios] Ensure Local TimeZone Id is Set For TimeZoneInfo.Local  (#15667)

* Fixes https://github.com/mono/mono/issues/14839

The local timezone name was not known and defaulted to "Local".
This change adds an sdk function that returns the local name.
mcs/class/corlib/System/TimeZoneInfo.MonoTouch.cs
mcs/class/corlib/Test/System/TimeZoneInfoTest.cs
sdks/ios/runtime/runtime.m