Lines Matching defs:leap

155 # seconds since the epoch (not counting leap seconds), use
158 # as seconds since the epoch (counting leap seconds), use
160 # below. If you want both sets of data available, with leap seconds not
163 # below. If you want both sets of data available, with leap seconds counted
166 # below. POSIX mandates that leap seconds not be counted, and a
169 # leap smearing; this can work better than unsmeared "right" time with
170 # applications that are not leap second aware, and is closer to unsmeared
187 # (optionally incorporating leap second information), use
189 # To install text data without leap second information (e.g., because
519 # Where to fetch leap-seconds.list from.
521 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
525 # To fetch leap-seconds.list from NIST via a less-secure protocol
527 #leaplist_URI = ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list
563 # and to fetch leap-seconds.list from upstream.
675 LEAP_DEPS= leapseconds.awk leap-seconds.list
679 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \
705 leap-seconds.list leapseconds.awk localtime.c \
807 -f leapseconds.awk leap-seconds.list >$@.out
810 # Awk script to extract a Git-style author from leap-seconds.list comments.
821 # Fetch leap-seconds.list from upstream.
822 fetch-leap-seconds.list:
825 # Fetch leap-seconds.list from upstream and commit it to the local repository.
826 commit-leap-seconds.list: fetch-leap-seconds.list
827 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \
828 date=$$(TZ=$(leaplist_TZ) stat -c%y leap-seconds.list) && \
830 leap-seconds.list
854 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
855 # but gmtime without leap seconds, which led to problems with applications
858 # You must replace all of $(TZDIR) to switch from not using leap seconds
962 $(ENCHILADA:leap-seconds.list=); \
1086 *right*) leap='-L leapseconds';; \
1087 *) leap=;; \
1089 $(ZIC) $$leap -d $@d $(DATAFORM).zi && \
1090 $(ZIC) $$leap -d shrunk-$@d tzdata.zi && \
1093 $(ZIC) $$leap -d t-$@d $(TDATA) && \
1095 $(ZIC) $$leap -d t-$@d - $(PACKRATDATA) && \
1450 .PHONY: clean clean_misc commit-leap-seconds.list dummy.zd
1451 .PHONY: fetch-leap-seconds.list force_tzs