Lines Matching defs:seconds
323 platforms where time_t counts leap seconds; this works due to
460 " -t [L,]U Start at time L, end before time U (in seconds since 1970)\n"
686 register intmax_t myy, seconds, years;
696 seconds = diff400 * SECSPER400YEARS;
699 seconds = isleap(myy) ? SECSPERLYEAR : SECSPERNYEAR;
703 if (t > absolute_max_time - seconds)
705 t += seconds;
712 seconds = diff400 * SECSPER400YEARS;
715 seconds = isleap(myy - 1) ? SECSPERLYEAR : SECSPERNYEAR;
719 if (t < absolute_min_time + seconds)
721 t -= seconds;
815 the same instant, return A's UT offset in seconds, where positive
839 long seconds = a->tm_sec - b->tm_sec + 60 * minutes;
840 return seconds;
1053 TM is the broken-down time, T the seconds count, AB the time zone