-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UUM-87263 Fix issue where macOS machines set to Morocco/Casablanca timezone were one hour behind #2103
base: unity-main
Are you sure you want to change the base?
UUM-87263 Fix issue where macOS machines set to Morocco/Casablanca timezone were one hour behind #2103
Conversation
source from this fix from coreclr dotnet/runtime#458
|
else | ||
// pulled in from this fix | ||
// https://github.com/dotnet/runtime/pull/458/ | ||
AdjustmentRule? r = !string.IsNullOrEmpty(futureTransitionsPosixFormat) ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have run into a problem with AdjustmentRule being nullable. As it is a reference type, you may not need to add the ?. Does the commit work without it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One item highlighted for nullable AdjustmentRule. Otherwise LGTM
Actually you need some info filled out in the PR description section. The release notes section and backports section needs filled out. You will also need to create more PRs for backport branches, but land this first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fill out PR's release notes section so they can be included when this makes it into a release.
Sourced from this fix from coreclr dotnet/runtime#458
More info on the fix context in this comment:
dotnet/runtime#31331 (comment)
Reviewers: please consider these questions as well! ❤️
Release notes
Fixed UUM-XXXXXX @username:
Mono: Your release notes go here.