Timotheus Pokorra e66e0e6
--- a/mcs/class/corlib/System/TimeZoneInfo.cs	2016-08-23 16:24:24.658169558 +0200
Timotheus Pokorra e66e0e6
+++ b/mcs/class/corlib/System/TimeZoneInfo.cs	2016-08-23 16:25:22.925434487 +0200
Timotheus Pokorra e66e0e6
@@ -1224,7 +1224,7 @@
Timotheus Pokorra e66e0e6
 			} catch (InvalidTimeZoneException) {
Timotheus Pokorra e66e0e6
 				throw;
73f02ac
 			} catch (Exception e) {
Timotheus Pokorra e66e0e6
-				throw new InvalidTimeZoneException ("Time zone information file contains invalid data", e);
Timotheus Pokorra e66e0e6
+				return Utc; // throw new InvalidTimeZoneException ("Time zone information file contains invalid data", e);
73f02ac
 			}
73f02ac
 		}
73f02ac