fmt_monotime
const char *fmt_monotime(monotime_t);
fmt_monotime(r->lastchange), EOL0(flag0));
buf, fmt_monotime(set->lastchange));
fmt_monotime(p->stats.last_updown));
fmt_monotime(p->stats.last_updown));
fmt_monotime(p->stats.last_read),
printf(" Last write %s\n", fmt_monotime(p->stats.last_write));
printf("%s\n", fmt_monotime(t->val));
json_do_string("last_change", fmt_monotime(set->lastchange));
json_do_string("last_read", fmt_monotime(p->stats.last_read));
json_do_string("last_write", fmt_monotime(p->stats.last_write));
json_do_string("last_updown", fmt_monotime(p->stats.last_updown));
json_do_string("last_update", fmt_monotime(r->lastchange));