Home
last modified time | relevance | path

Searched refs:minutes (Results 51 – 75 of 161) sorted by relevance

1234567

/freebsd/sys/dev/hptrr/
H A Dosm.h87 HPT_U32 minutes:6; /* 0 - 59 */ member
/freebsd/contrib/tzdata/
H A Dsouthamerica1170 # Astronomical Observatory of Lo Espejo, advanced by 42 minutes and 45
1230 # a. Saturday April 28, 2012, clocks should go back 60 minutes; that is, at
1650 # Starting at 0:00 today, the clock will be set forward 60 minutes, in
1686 # April of this year (2010), the official time is to be set back 60 minutes,
1688 # forward 60 minutes, in all the territory of the Paraguayan Republic.
1782 # retarding legal time by 15 minutes 9 seconds from 1920-04-30 24:00,
1791 # minutes 51 seconds (UT-03:30) "the rest of the year"; a message from the
1865 # time by 30 minutes to UT-03, while retaining 30 minutes of DST.
1892 # oil", advanced clocks by 90 minutes (to UT-01:30). Decreto 163/974 of
1894 # minutes followed in Decreto 679/974 of 1974-08-29.
[all …]
H A Dbackzone115 # These regulations advanced the [standard] time by thirty minutes.
141 # This Ordinance restored DST but with thirty minutes offset.
266 # Standard time of GMT-1 was adopted on 1913-07-01. Twenty minutes of DST was
1163 # was 1 hour and 28 minutes behind GMT.
1230 # (19 minutes 32.13 seconds ahead of GMT). This had already been the
1233 # On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and
1467 # time will be retarded by 9 minutes and 21 seconds.]
1520 # three degrees, or twelve minutes of time, to the west of the
1524 # eastern longitude = 01:12:14 in time. Less 12 minutes gives the
1531 # observatory at Greenwich, or at 12 minutes 14 seconds to the west
[all …]
H A Daustralasia556 # Since 1957 Chatham has been 45 minutes ahead of NZ, but until 2018a
1311 # much and set the local time 20 hours and 45 minutes from the
1594 # instead of only 30 minutes. [Dependent] on the wishes of residents
1601 # clocks by 30 minutes when DST finishes. Since DST was most recently
1672 # is always exactly 45 minutes ahead of Auckland.
2069 # 20 minutes in advance of Greenwich.
2080 # Until 1941 Tonga maintained a standard time 50 minutes ahead of NZST
2081 # 12 hours and 20 minutes ahead of GMT. When New Zealand adjusted its
2085 # (approximately 50 minutes ahead of New Zealand time).
2093 # minutes, as your Royal Highness wishes, what becomes of the 40
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dmpeix23 PDC clock time by many minutes if used for continuous clock adjustments or in
H A Da-ux120 minutes, then your clock is (1/(30*60)) is about 0.056% off and you'll
184 making gradual adjustments to the clock over a coupla minutes
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.texi62 (+0800) is the local timezone adjustment (so we would add 8 hours and 0 minutes to convert the repo…
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE35 # to get aa:bb being interpreted as minutes:seconds use aa:bb.0
/freebsd/contrib/ntp/sntp/
H A Dsntp.texi62 (+0800) is the local timezone adjustment (so we would add 8 hours and 0 minutes to convert the repo…
/freebsd/tests/sys/cddl/zfs/tests/inuse/
H A Dinuse.cfg121 export STF_TIMEOUT=1200 # 20 minutes max.
/freebsd/sys/dev/hptmv/
H A Dvdevice.h276 UINT minutes:6; /* 0 - 59 */ member
/freebsd/sys/dev/hpt27xx/
H A Dosm.h119 HPT_U32 minutes:6; /* 0 - 59 */ member
/freebsd/etc/mail/
H A DREADME40 client mail queue every 30 minutes. Its behavior can be adjusted by setting
/freebsd/sys/dev/hptnr/
H A Dosm.h117 HPT_U32 minutes:6; /* 0 - 59 */ member
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_tm.h166 __result.tm_min = __value.minutes().count(); in __convert_to_tm()
/freebsd/contrib/ntp/ntpd/
H A Dntpd.texi71 If nothing is heard after a few minutes' time,
H A Dntpd-opts.def110 interval of 64s, several minutes can elapse before the clock is
316 This takes approximately 15 minutes, after which the time and
406 couple of minutes, the daemon times out and exits.
457 useful to increase the minimum interval to a few tens of minutes
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp67 return std::chrono::minutes(Num); in parseDuration()
/freebsd/contrib/tzcode/
H A Dzic.c2841 int seconds, minutes; in abbroffset() local
2850 minutes = offset % MINSPERHOUR; in abbroffset()
2860 if (minutes | seconds) { in abbroffset()
2861 *p++ = '0' + minutes / 10; in abbroffset()
2862 *p++ = '0' + minutes % 10; in abbroffset()
2927 register int minutes; in stringoffset() local
2938 minutes = offset % MINSPERHOUR; in stringoffset()
2946 if (minutes != 0 || seconds != 0) { in stringoffset()
2947 len += sprintf(result + len, ":%02d", minutes); in stringoffset()
/freebsd/contrib/ntp/
H A DREADME.leapsmear120 time by -1 s a few minutes later. However, 'ntpd -x' does not step the time
121 but "slews" the 1-second correction, which takes 33 minutes and 20 seconds
129 several minutes before slewing even started.
/freebsd/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod98 timestamp is in the future". By default, this will be set to 5 minutes in the
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono107 typedef duration< long, ratio< 60> > minutes;
655 chrono::minutes m; // exposition only
668 constexpr chrono::minutes minutes() const noexcept;
787 constexpr chrono::minutes operator ""min(unsigned long long); // C++14
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp142 nullptr, std::chrono::minutes(1)); in PutFile()
199 nullptr, std::chrono::minutes(1)); in GetFile()
/freebsd/sys/dev/iicbus/pmic/rockchip/
H A Drk817.c492 sc->rtc_regs.minutes = RK817_RTC_MINUTES; in rk817_attach()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1956 int hours, minutes, seconds; in ttl_to_string() local
1963 minutes = ttl / 60; in ttl_to_string()
1967 snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d:%02d", hours, minutes, seconds); in ttl_to_string()
1969 snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d", minutes, seconds); in ttl_to_string()

1234567