BenHUET / eveseat-calendar

Calendar plugin for EVE SeAT
GNU General Public License v2.0
14 stars 19 forks source link

Improve formatting of relative times #62

Closed alkari-verende closed 2 years ago

alkari-verende commented 2 years ago

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