fmt1
static int fmt1(int t, char s, char **buf, size_t *buflen);
T(fmt1(weeks, 'W', &dst, &dstlen));
T(fmt1(days, 'D', &dst, &dstlen));
T(fmt1(hours, 'H', &dst, &dstlen));
T(fmt1(mins, 'M', &dst, &dstlen));
T(fmt1(secs, 'S', &dst, &dstlen));