This improves the display of relative times. With the current code, a operation that starts in 4 minutes 59 seconds from now is reported to start in "4 minutes". An operation starting in 1 day 23 hours is reported to start in "1 day". This leads to confusion about when the event actually starts. Using Carbon's time rounding, we now display more intuitive relative distances.
This improves the display of relative times. With the current code, a operation that starts in 4 minutes 59 seconds from now is reported to start in "4 minutes". An operation starting in 1 day 23 hours is reported to start in "1 day". This leads to confusion about when the event actually starts. Using Carbon's time rounding, we now display more intuitive relative distances.
Closes #49