clock_ct_to_ts
int clock_ct_to_ts(struct clocktime *, struct timespec *);
if (clock_ct_to_ts(&ct, &ts) != 0 || ts.tv_sec < 0) {