-
Notifications
You must be signed in to change notification settings - Fork 18
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
In digital format, what should we do with grouping separators in hours, minutes and seconds field when the value is > 60 or > 999? #192
Comments
The spec doesn't do balancing except in the narrow case of fractional second units in numeric mode. Users should eventually use
I think perhaps we should suppress grouping separators in digital format because otherwise it looks too confusing. |
Yea, that is the main reason I file this bug. consider the following (I included the outcome of the current pec. Notice we need to consider what should do with days or larger units)
what should be the use grouping suppressed output we should aim to change to? |
That suggestion sounds reasonable to me. Using the example inputs from #192 (comment):
|
I support @anba 's proposal |
…the style is 2-digits or numeric Fix #192
The PR implemented the TG2 agreed change is in #198 and got merged. I think we need someone to bring that PR to TG1 to got consensus for the change inside Stage 3. |
What should be the expected output of the following?
should it output "300:60:120" ? but how does it make sense?
How about
"20:03:1,234,567" ?
or
"20:03:1234567" ?
Currently, the spec will ask the implementation to output "20:03:1,234,567 "
The text was updated successfully, but these errors were encountered: