ocpsoft / prettytime

Social Style Date and Time Formatting for Java
http://ocpsoft.org/prettytime/
Apache License 2.0
1.29k stars 252 forks source link

Fix unrounded methods with date in the past for Ukrainian #270

Closed moontoaster closed 2 months ago

moontoaster commented 3 months ago

This fixes #269 by turning the duration into an absolute value in unrounded methods, which rounded methods do automatically through getRoundedQuantity() and also adds test cases for the formatUnrounded method.

lincolnthree commented 2 months ago

This looks great! Thank you!