diff --git a/BeefLibs/corlib/src/TimeZoneInfo.bf b/BeefLibs/corlib/src/TimeZoneInfo.bf index a14a4127..cda8c21d 100644 --- a/BeefLibs/corlib/src/TimeZoneInfo.bf +++ b/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