Home
last modified time | relevance | path

Searched refs:leap (Results 1 – 25 of 3392) sorted by relevance

12345678910>>...136

/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Ddates.ok7 leap 1728
11 leap 1756
15 leap 1784
19 leap 1812
23 leap 1840
27 leap 1868
31 leap 1896
35 leap 1924
39 leap 1952
43 leap 1980
[all …]
/dports/net/ntp/ntp-4.2.8p15/scripts/update-leap/
H A DMakefile.am32 update-leap-opts \
35 update-leap.in \
38 update-leap.sh \
39 update-leap.texi \
40 update-leap.html \
53 update-leap-opts \
56 $(srcdir)/update-leap: $(srcdir)/update-leap-opts
59 $(srcdir)/update-leap-opts: update-leap-opts.def $(std_def_list)
69 mv $(srcdir)/update-leap.man.in+ $(srcdir)/update-leap.man.in
78 mv $(srcdir)/update-leap.mdoc.in+ $(srcdir)/update-leap.mdoc.in
[all …]
H A Dupdate-leap.texi3 @setfilename update-leap.info
4 @settitle update-leap User's Manual
10 This file documents the use of @code{update-leap},
18 * update-leap: (update-leap). Check the leapfile and update it if needed.
22 @title update-leap User's Manual
23 @subtitle update-leap, version @value{VERSION}, @value{UPDATED}
30 @node Top, update-leap Description, (dir), (dir)
34 This document applies to version @value{VERSION} of @code{update-leap}.
39 * update-leap Description:: Description
40 * update-leap Invocation:: Invoking update-leap
[all …]
H A Dinvoke-update-leap.texi1 @node update-leap Invocation
2 @section Invoking update-leap
3 @pindex update-leap
16 @code{update-leap}
45 * update-leap usage:: update-leap help/usage (@option{--help})
57 @node update-leap usage
59 @cindex update-leap help
159 @node update-leap ipv4
161 @cindex update-leap-ipv4
241 @node update-leap Usage
[all …]
H A DMakefile.in492 update-leap-opts \
495 update-leap.in \
498 update-leap.sh \
499 update-leap.texi \
547 update-leap: $(top_builddir)/config.status $(srcdir)/update-leap.in
933 $(srcdir)/update-leap: $(srcdir)/update-leap-opts
936 $(srcdir)/update-leap-opts: update-leap-opts.def $(std_def_list)
946 mv $(srcdir)/update-leap.man.in+ $(srcdir)/update-leap.man.in
955 mv $(srcdir)/update-leap.mdoc.in+ $(srcdir)/update-leap.mdoc.in
961 mv update-leap.$(UPDATE_LEAP_MS)+ update-leap.$(UPDATE_LEAP_MS)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/datafrog/src/
H A Dtreefrog.rs6 pub(crate) fn leapjoin<'leap, Tuple: Ord, Val: Ord + 'leap, Result: Ord>( in leapjoin() argument
247 Key: 'leap, in extend_with() argument
248 Val: 'leap; in extend_with() argument
255 Key: 'leap, in extend_anti() argument
256 Val: 'leap; in extend_anti() argument
356 impl<'leap, Key, Val, Tuple, Func> Leaper<'leap, Tuple, Val>
385 impl<'leap, Key, Val, Tuple, Func> Leapers<'leap, Tuple, Val>
442 impl<'leap, Key: Ord, Val: Ord + 'leap, Tuple: Ord, Func> Leaper<'leap, Tuple, Val>
530 impl<'leap, Key, Val, Tuple, Func> Leapers<'leap, Tuple, ()>
592 impl<'leap, Key: Ord, Val: Ord + 'leap, Val2, Tuple: Ord, Func> Leaper<'leap, Tuple, Val2>
[all …]
/dports/devel/p5-DateTime/DateTime-1.54/t/
H A D32leap-second2.t19 'UTC RD days for leap second T-2'
23 'UTC RD seconds for leap second T-2'
28 'local RD days for leap second T-2'
32 'local RD seconds for leap second T-2'
46 'UTC RD days for leap second T-1'
50 'UTC RD seconds for leap second T-1'
55 'local RD days for leap second T-1'
110 'UTC RD days for leap second T+1'
137 'UTC RD days for leap second T+2'
192 'UTC RD days for leap second T-2'
[all …]
H A D19leap-second.t59 # a floating time has no leap seconds
93 # leap seconds occur during _UTC_ midnight
248 'add 1 day starting on leap second'
456 # catch off-by-one when carrying a leap second
492 'add two days crossing a leap second (UTC)'
538 'add 48 hours crossing a leap second (UTC)'
853 '24 hour time zone change near leap second'
923 'local time end of leap second day'
930 'UTC time end of leap second day'
1027 'UTC time end of leap second day'
[all …]
/dports/devel/p5-DateTime/DateTime-1.54/xt/author/
H A Dpp-32leap-second2.t23 'UTC RD days for leap second T-2'
27 'UTC RD seconds for leap second T-2'
32 'local RD days for leap second T-2'
36 'local RD seconds for leap second T-2'
50 'UTC RD days for leap second T-1'
54 'UTC RD seconds for leap second T-1'
59 'local RD days for leap second T-1'
114 'UTC RD days for leap second T+1'
141 'UTC RD days for leap second T+2'
196 'UTC RD days for leap second T-2'
[all …]
H A Dpp-19leap-second.t63 # a floating time has no leap seconds
97 # leap seconds occur during _UTC_ midnight
252 'add 1 day starting on leap second'
460 # catch off-by-one when carrying a leap second
496 'add two days crossing a leap second (UTC)'
542 'add 48 hours crossing a leap second (UTC)'
857 '24 hour time zone change near leap second'
927 'local time end of leap second day'
934 'UTC time end of leap second day'
1031 'UTC time end of leap second day'
[all …]
/dports/devel/p5-Date-Leapyear/Date-Leapyear-1.72/t/
H A D01isleap.t9 is( isleap(1900), 0, '1900 is not leap' );
12 is( isleap(1901), 0, '1901 is not leap' );
15 is( isleap(1902), 0, '1902 is not leap' );
18 is( isleap(1903), 0, '1903 is not leap' );
21 is( isleap(1904), 1, '1904 is leap' );
24 is( isleap(2000), 1, '2000 is leap' );
27 is( isleap(2001), 0, '2001 is not leap' );
30 is( isleap(2004), 1, '2004 is leap' );
33 is( isleap(1984), 1, '1984 is leap' );
36 is( isleap(1985), 0, '1985 is not leap' );
[all …]
/dports/devel/p5-DateTime-Calendar-Pataphysical/DateTime-Calendar-Pataphysical-0.06/t/
H A D04hunyadi.t20 # leap year
24 is( $d->ymd, '123-06-29', 'last_day day (leap day)' );
25 ok( ! $d->is_imaginary, 'leap day is not imaginary' );
26 ok( $d->is_leap_year, 'leap day in leap year' );
28 # no leap year
32 is( $d->ymd, '027-06-29', 'last_day day (no leap day, 1900)' );
34 ok( ! $d->is_leap_year, 'no leap year' );
36 # leap year
40 is( $d->ymd, '127-06-29', 'last_day day (leap day, 2000)' );
41 ok( ! $d->is_imaginary, 'leap day is not imaginary' );
[all …]
/dports/devel/p5-DateTime-Fiscal-Year/DateTime-Fiscal-Year-0.02/t/
H A D03advance.t14 is( $fiscal->day_of_fiscal_year( $dt2 ), 1, 'Feb 1 as day 1 non-leap' );
19 # Feb 28 as day 28 non leap
26 is( $fiscal->day_of_fiscal_year( $dt2 ), 28, 'Feb 28 as day 28 non leap' );
30 # Feb 29 as day 29 leap
37 is( $fiscal->day_of_fiscal_year( $dt2 ), 29, 'Feb 29 as day 29 leap' );
41 # Mar 1 as day 29 non leap
48 is( $fiscal->day_of_fiscal_year( $dt2 ), 29, 'Mar 1 as day 29 non-leap' );
52 # Mar 1 as day 30 leap
59 is( $fiscal->day_of_fiscal_year( $dt2 ), 30, 'Mar 1 as day 30 leap' );
63 # Jan 31 as day 365 non-leap
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/contrib/
H A Dmake-leap-seconds.py25 leap = time.time() variable
26 days = int(leap/86400)
27 leap = (days+1)*86400 variable
31 leap = (leapdate - epoch).total_seconds() variable
32 leap = int(leap) variable
35 expire = leap + 28*86400
41 leap_txt = time.asctime(time.gmtime(leap))
42 leap = str(leap+JAN_1970) variable
68 print("%s %s # %s" % (leap, tai, leap_txt))
69 sha1.update(leap)
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/docs/
H A Dleap.adoc5 (IERS) issues a bulletin announcing if there will be a leap second in
11 notice of leap seconds is also available in signals broadcast from
15 and set the leap bits in the timecode accordingly. This means that many,
21 day and becomes second 60 of that day. A leap second is deleted by
36 the https://www.ietf.org/timezones/data/leap-seconds.list[IETF]
42 the last leap time. If the current time is later than the last leap
45 When the leap timer is less than one month, a pending leap condition
51 beginning of the day of the leap event, the leap bits are set by the
54 the time of the leap, after which the leap bits are turned off. If the
61 {millshome}leap.html[The NTP Timescale and Leap Seconds].
[all …]
H A Dleapsmear.adoc17 prescribed way to handle leap seconds in POSIX.
19 Whenever a leap second is to be handled ntpd either:
24 * applies the leap second correction itself.
28 approaching leap second, and can handle the leap second appropriately.
79 leap second.
98 certain interval, thus "smearing" the leap second.
151 works around kernel bugs due to the leap second.
194 * Even if ntpd has been compiled to enable leap smearing support, leap
212 to use a leap second file. If they have a leap second file they will apply
224 If an NTP server should perform leap smearing then the leap smear interval
[all …]
/dports/net/ntp/ntp-4.2.8p15/
H A DREADME.leapsmear17 prescribed way to handle leap seconds in POSIX.
19 Whenever a leap second is to be handled ntpd either:
24 - applies the leap second correction itself.
28 approaching leap second, and can handle the leap second appropriately.
58 slewed by the client to compensate the leap second.
89 leap second.
161 works around kernel bugs due to the leap second.
202 - Even if ntpd has been compiled to enable leap smearing support, leap
220 to use a leap second file. If they had a leap second file they would apply
233 If an NTP server should perform leap smearing then the leap smear interval
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/devel/R-cran-tzdb/tzdb/inst/tzdata/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/tzdata/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/devel/py-pytz/pytz-2021.3/build/lib/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/devel/py-pytz/pytz-2021.3/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/devel/py-pytz/stage/usr/local/lib/python3.8/site-packages/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
13 # For more about leap-seconds.list, please see
15 # <https://www.eecis.udel.edu/~mills/leap.html>.
25 # and publishes leap second data in a copyrighted file
37 # All leap-seconds are Stationary (S) at the given UTC time.
71 # UTC timestamp when this leap second list expires.
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pytz/zoneinfo/
H A Dleapseconds1 # Allowance for leap seconds added to each time zone file.
6 # NIST format leap-seconds.list file, which can be copied from
7 # <ftp://ftp.nist.gov/pub/time/leap-seconds.list>
8 # or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>.
9 # For more about leap-seconds.list, please see
11 # <https://www.eecis.udel.edu/~mills/leap.html>.
21 # and publishes leap second data in a copyrighted file
23 # See: Levine J. Coordinated Universal Time and the leap second.
33 # All leap-seconds are Stationary (S) at the given UTC time.
67 # UTC timestamp when this leap second list expires.
[all …]

12345678910>>...136