-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[corlib] Fix TimeZoneInfo.Local when /usr/share/zoneinfo is a symlink (…
…#8305) We'd be using the path verbatim to compare with the resolved value of /etc/localtime but if it's a symlink (like on OSX 10.13+) the comparison failed. The fix is to resolve any symlinks for /usr/share/zoneinfo too. Fixes #8267 and xamarin/maccore#628
- Loading branch information
1 parent
32ba15e
commit 98a3dd7
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters