difftime
double difftime(time_t, time_t);
mounted_for = difftime(now, af->af_mount_time);
sleep_time = difftime(expiration_time, mounted_max);
time_t difftime = TargetTime + tm->tm_gmtoff - diff;
gmtime_r(&difftime, &otztm);
agemod = difftime(cln_now, stbuf.st_mtime);
agestat = difftime(cln_now, stbuf.st_ctime);
return (difftime(minuend->tsecs, subtrahend->tsecs));