Skip to content

Conversation

@stephentoub
Copy link
Member

From previous checks we know year >= 0 && year < 100, so year % 100 == year.

Fixes #78627

From previous checks we know year >= 0 && year < 100, so year % 100 == year.
@ghost
Copy link

ghost commented Nov 22, 2022

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

Issue Details

From previous checks we know year >= 0 && year < 100, so year % 100 == year.

Fixes #78627

Author: stephentoub
Assignees: -
Labels:

area-System.Globalization

Milestone: -

@tarekgh tarekgh added this to the 8.0.0 milestone Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GregorianCalendarHelper, suspicious % operator

2 participants