1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 01:18:02 +02:00

Merge pull request #1630 from disarray2077/linux_fixes

Make `GetLocalTimeZoneFromTzFile` not crash and add willdcard check to `BfpFindFileData_CheckFilter`
This commit is contained in:
Brian Fiete 2022-07-06 13:22:06 -07:00 committed by GitHub
commit 69739d9329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 469 additions and 17 deletions

View file

@ -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