Subj : src/xpdev/genwrap.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Dec 18 2023 05:21 pm https://gitlab.synchro.net/main/sbbs/-/commit/9031ac11bbc1003e9cd13f3e Modified Files: src/xpdev/genwrap.c Log Message: Cosmetic improvements to duration*_to_[v]str() functions Use lower case y/w/d/h/m suffix. If a duration is an exact multiple, don't display ".0" fraction. This is not consistent with byte_estimate_to_str() string generation, but I think it's more in line with human expectations. Don't display "90d" as "12.9w" (unless the requested unit is one-week). .