KSP-RO/RSSTimeFormatter

Days are not years

ec429 opened this issue · 1 comments

ec429 commented

In PrintDateDelta,

,span.Days > 0 ? string.Format("{0} {1} ", span.Days, span.Days == 1 ? "year" : "years") : ""

This is the count of days, but is given the unit "years".

Fixed in 14ff43d