Searched refs:seconds (Results 1 – 10 of 10) sorted by relevance
603 register intmax_t myy, seconds, years; in yeartot() local613 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 …]
8 # The International Earth Rotation Service periodically uses leap seconds13 # There were no leap seconds before 1972, because the official mechanism79 # Leap seconds can be introduced in UTC at the end of the months of December
2285 int seconds, minutes; in abbroffset() local2292 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() local2376 seconds = offset % SECSPERMIN; in stringoffset()2386 if (minutes != 0 || seconds != 0) { in stringoffset()2388 if (seconds != 0) in stringoffset()[all …]
19 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
9 # [plus or minus two] seconds during the current year."11 # Rounding to the nearest five seconds results in fewer than
15 # The accuracy of the formula is plus or minus three seconds.17 # Rounding to the nearest five seconds results in fewer than
10 # [plus or minus two] seconds during the current year."12 # Rounding to the nearest five seconds results in fewer than
13 # in ISO 6709 sign-degrees-minutes-seconds format,
1634 # (19 minutes 32.13 seconds ahead of GMT). This had already been the2275 # observatory at Greenwich, or at 12 minutes 14 seconds to the west
96 # but a few seconds later, NBC, ABC and Mutual also flashed the word
Completed in 29 milliseconds