tod
tod(&runtime);
time_t tod;
if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0)
Julian += tod;
time_t tod;
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber);
Start += tod;
i_timeofday(time_t *tod)
display_fmt(x, 0, 0, 1, "%-8.8s", &(ctime(tod)[11]));
void i_timeofday(time_t *tod);
zic_t dayoff, tod;
tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE);
leapadd(tadd(t, tod), positive, lp->l_value, count);
zic_t tod = rp->r_tod;
tod += wdayoff * SECSPERDAY;
tod += wdayoff * SECSPERDAY;
tod += gmtoff;
tod += dstoff;
if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
if (stringoffset(end(result), tod) != 0)
if (tod < 0) {
} else if (SECSPERDAY <= tod) {