get_rel_monotime
t = get_rel_monotime(mt);
time_t get_rel_monotime(monotime_t);
if (get_rel_monotime(t->val) >= 0)
json_do_int("last_change_sec", get_rel_monotime(set->lastchange));
json_do_int("last_read_sec", get_rel_monotime(p->stats.last_read));
json_do_int("last_write_sec", get_rel_monotime(p->stats.last_write));
json_do_int("last_updown_sec", get_rel_monotime(p->stats.last_updown));
json_do_int("due", -get_rel_monotime(t->val));
json_do_int("last_update_sec", get_rel_monotime(r->lastchange));
get_rel_monotime(p->stats.last_updown), ol);
get_rel_monotime(p->stats.last_read), ol);
get_rel_monotime(p->stats.last_write), ol);