Lines Matching refs:leap
133 # seconds since the epoch (not counting leap seconds), use
136 # as seconds since the epoch (counting leap seconds), use
138 # below. If you want both sets of data available, with leap seconds not
141 # below. If you want both sets of data available, with leap seconds counted
144 # below. POSIX mandates that leap seconds not be counted, and a
147 # leap smearing; this can work better than unsmeared "right" time with
148 # applications that are not leap second aware, and is closer to unsmeared
165 # (optionally incorporating leap second information), use
167 # To install text data without leap second information (e.g., because
331 # -DTZ_RUNTIME_LEAPS=0 to disable runtime support for leap seconds.
334 # RFC 9636's leap seconds.
504 # Where to fetch leap-seconds.list from.
506 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
510 # To fetch leap-seconds.list from NIST via a less-secure protocol
512 #leaplist_URI = ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list
548 # and to fetch leap-seconds.list from upstream.
660 LEAP_DEPS= leapseconds.awk leap-seconds.list
664 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \
690 leap-seconds.list leapseconds.awk localtime.c \
791 -f leapseconds.awk leap-seconds.list >$@.out
794 # Awk script to extract a Git-style author from leap-seconds.list comments.
805 # Fetch leap-seconds.list from upstream.
806 fetch-leap-seconds.list:
809 # Fetch leap-seconds.list from upstream and commit it to the local repository.
810 commit-leap-seconds.list: fetch-leap-seconds.list
811 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \
812 date=$$(TZ=$(leaplist_TZ) stat -c%y leap-seconds.list) && \
814 leap-seconds.list
838 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
839 # but gmtime without leap seconds, which led to problems with applications
842 # You must replace all of $(TZDIR) to switch from not using leap seconds
946 $(ENCHILADA:leap-seconds.list=); \
1069 *right*) leap='-L leapseconds';; \
1070 *) leap=;; \
1072 $(ZIC) $$leap -d $@d $(DATAFORM).zi && \
1073 $(ZIC) $$leap -d shrunk-$@d tzdata.zi && \
1076 $(ZIC) $$leap -d t-$@d $(TDATA) && \
1078 $(ZIC) $$leap -d t-$@d - $(PACKRATDATA) && \
1433 .PHONY: clean clean_misc commit-leap-seconds.list dummy.zd
1434 .PHONY: fetch-leap-seconds.list force_tzs