Pārlūkot izejas kodu

Return Utc in GetLocalTimeZoneFromTzFile

disarray2077 3 gadi atpakaļ
vecāks
revīzija
95bd231444
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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