Change to more reasonable dates in the Student Orientation set definition. #2599
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using a date that is not in this century for the reduced scoring date, due date, and answer date leads to confusion due to some limited default date display formats. Some not so intelligent locales like to only use the last two digits for the year. For example, in the "en" locale the date displays as "12/31/24, 11:59 PM" in the date picker. Looking at that you might think the date is set for the end of this year (at the time of this writing this year is 2024) instead of 100 years from now.
Initially, I though that the "en" US locale was the only one with this issue, but about half of the supported languages have the same problem.
This was the issue that was occurring when I was looking at the date picker during our meeting this week, and had nothing to do with the reduced scoring date being set.
Edit: This now uses December 31, 2045 as discussed in the development meeting.