-
Notifications
You must be signed in to change notification settings - Fork 108
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
Normative: Change the hourCycle default logic #758
Merged
Merged
Commits on Mar 13, 2023
-
Normative: Change the hourCycle default logic
While hour12 is either true or false, let hourCycle to be either 'h12' or 'h23' but not 'h11' nor 'h24'. The current logic is not reasonable. We see no region in the CLDR use h11 nor h24 hour cycle as default. While we set a hour12: true on a 24 hour system region (which use 0:00 - 23:59), we should set to h12 instead of h11 Do not perform the starnge logic of setting default hourCycle based on both hour12 and the defaultHourCycle while hour12 is true or false. Instead, only depends on hour12 to set it to h12 or h23. Address #402
Configuration menu - View commit details
-
Copy full SHA for d39f03a - Browse repository at this point
Copy the full SHA d39f03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e154537 - Browse repository at this point
Copy the full SHA e154537View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8280a - Browse repository at this point
Copy the full SHA ca8280aView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7ef7da - Browse repository at this point
Copy the full SHA b7ef7daView commit details -
Update spec/datetimeformat.html
Co-authored-by: Shane F. Carr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d550bf - Browse repository at this point
Copy the full SHA 3d550bfView commit details -
Update spec/datetimeformat.html
Co-authored-by: Shane F. Carr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5eac65b - Browse repository at this point
Copy the full SHA 5eac65bView commit details
Commits on Sep 27, 2023
-
Update spec/datetimeformat.html
Co-authored-by: André Bargull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66ab756 - Browse repository at this point
Copy the full SHA 66ab756View commit details -
Update spec/datetimeformat.html
Co-authored-by: André Bargull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfde222 - Browse repository at this point
Copy the full SHA dfde222View commit details
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.