فهرست منبع

Return Utc in GetLocalTimeZoneFromTzFile

disarray2077 3 سال پیش
والد
کامیت
95bd231444
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      BeefLibs/corlib/src/TimeZoneInfo.bf

+ 2 - 1
BeefLibs/corlib/src/TimeZoneInfo.bf

@@ -1942,7 +1942,8 @@ namespace System {
              }
             // the data returned from the PAL is completely bogus; return a dummy entry
             return CreateCustomTimeZone(c_localId, TimeSpan.Zero, c_localId, c_localId);*/
-			Runtime.NotImplemented();
+			// TODO: Not implemented.
+            return Utc;
         }
 #endif // !FEATURE_WIN32_REGISTRY