You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for the issue report. This is an interesting one. Since you've already dug around in the internals a bit, any chance you feel like sending a PR for this? I'd be happy to get it merged if you get this fixed :)
Based on the fact that this is calling a super class, I'm wondering if this potentially an issue with other languages as well? Or do you feel this is only an issue with German?
Hi,
Calling the
formatUnrounded
method will ignore the rounding when I use the German format.Resources_de.java
,DateTimeformat :: decorateUnrounded
callssuper.decorateUnrounded
(source)SimbleTimeFormat :: decorateUnrounded
method callsdecorate
. (source)SimbleTimeFormat :: decorateUnrounded
, but it's actually callingDateTimeformat :: decorate
.Therefore, rounding is effective and the expected value cannot be obtained.
Below is a test snippet.
Best regards
The text was updated successfully, but these errors were encountered: