-
Notifications
You must be signed in to change notification settings - Fork 599
1.3-rc0 fractional seconds nor milliseconds working for date skeletons #753
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
Comments
Hi! Thanks for submitting this issue. In addition to your description, follow what ICU returns for comparison: https://ssl.icu-project.org/icu4jweb/flexTest.jsp?pat=yyyyMMddjjmmssSSS&_=en_US For instance, |
The existing skeleton expand-pattern algorithm doesn't handle It should implement the following:
http://www.unicode.org/reports/tr35/tr35-dates.html#Matching_Skeletons |
Would you like to work on that? |
PR sent! |
Awesome! |
In which release can I expect the fix for this issue? |
Hi, |
The delay merging and releasing this is on my side, but it will happen this month 🙈 |
Great! thanks |
Is there something you could share already? |
* Date: Add fractional seconds support in formatters Follows this algorithm: http://www.unicode.org/reports/tr35/tr35-dates.html#Matching_Skeletons Fixes #753
1.3-rc is looking good, but this is blocking us right now.
Repro!
Expected to see fractional seconds and milliseconds according to this: http://www.unicode.org/reports/tr35/tr35-dates.html#dfst-second
Actual Output:
The text was updated successfully, but these errors were encountered: