Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 10 of 10) sorted by relevance

/timezone/
A Dzdump.c603 register intmax_t myy, seconds, years; in yeartot() local
613 seconds = diff400 * SECSPER400YEARS; in yeartot()
616 seconds = isleap(myy) ? SECSPERLYEAR : SECSPERNYEAR; in yeartot()
620 if (t > absolute_max_time - seconds) in yeartot()
622 t += seconds; in yeartot()
629 seconds = diff400 * SECSPER400YEARS; in yeartot()
632 seconds = isleap(myy - 1) ? SECSPERLYEAR : SECSPERNYEAR; in yeartot()
636 if (t < absolute_min_time + seconds) in yeartot()
638 t -= seconds; in yeartot()
749 long seconds = a->tm_sec - b->tm_sec + 60 * minutes; in gmtoff()
[all …]
A Dleapseconds8 # The International Earth Rotation Service periodically uses leap seconds
13 # There were no leap seconds before 1972, because the official mechanism
79 # Leap seconds can be introduced in UTC at the end of the months of December
A Dzic.c2285 int seconds, minutes; in abbroffset() local
2292 seconds = offset % SECSPERMIN; in abbroffset()
2304 if (minutes | seconds) { in abbroffset()
2307 if (seconds) { in abbroffset()
2308 *p++ = '0' + seconds / 10; in abbroffset()
2309 *p++ = '0' + seconds % 10; in abbroffset()
2368 register int seconds; in stringoffset() local
2376 seconds = offset % SECSPERMIN; in stringoffset()
2386 if (minutes != 0 || seconds != 0) { in stringoffset()
2388 if (seconds != 0) in stringoffset()
[all …]
A Detcetera19 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
A Dsolar889 # [plus or minus two] seconds during the current year."
11 # Rounding to the nearest five seconds results in fewer than
A Dsolar8915 # The accuracy of the formula is plus or minus three seconds.
17 # Rounding to the nearest five seconds results in fewer than
A Dsolar8710 # [plus or minus two] seconds during the current year."
12 # Rounding to the nearest five seconds results in fewer than
A Dzone.tab13 # in ISO 6709 sign-degrees-minutes-seconds format,
A Deurope1634 # (19 minutes 32.13 seconds ahead of GMT). This had already been the
2275 # observatory at Greenwich, or at 12 minutes 14 seconds to the west
A Dnorthamerica96 # but a few seconds later, NBC, ABC and Mutual also flashed the word

Completed in 29 milliseconds