Skip to content
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

[release/6.0-preview4] Use same TimeZoneInfo implementation on iOS/tvOS as on browser #51497

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 19, 2021

Backport of #51457 to release/6.0-preview4

/cc @akoeplinger @filipnavara

Customer Impact

There is a bug in ICU that leads to deadlock when the time zone data are stripped. Since dotnet/icu uses the same stripping of data on all the platforms the time zone data are also not present on iOS/tvOS or any platform that consumes it.

We can workaround this ICU bug by using the stripped down version of TimeZoneInfo on iOS/tvOS.

See:

Testing

Manual testing.

Risk

Low, this aligns iOS/tvOS with what we do for Browser today.

filipnavara and others added 2 commits April 19, 2021 16:10
…b.Shared.projitems

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@akoeplinger akoeplinger added area-CoreLib-mono Servicing-consider Issue for next servicing release review labels Apr 19, 2021
@akoeplinger
Copy link
Member

@marek-safar please approve

@mmitche
Copy link
Member

mmitche commented Apr 19, 2021

@akoeplinger Can you take a look at these failures?

@akoeplinger
Copy link
Member

@mmitche they're unrelated to this change since this PR only applies to iOS/tvOS.

@akoeplinger
Copy link
Member

Looks like the failures are #51502

@leecow leecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 20, 2021
@leecow leecow added this to the 6.0.0 milestone Apr 20, 2021
@mmitche mmitche merged commit 20b88d5 into release/6.0-preview4 Apr 20, 2021
@akoeplinger akoeplinger deleted the backport/pr-51457-to-release/6.0-preview4 branch April 21, 2021 11:31
@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants