Lines Matching refs:leap

141 # seconds since the epoch (not counting leap seconds), use
144 # as seconds since the epoch (counting leap seconds), use
146 # below. If you want both sets of data available, with leap seconds not
149 # below. If you want both sets of data available, with leap seconds counted
152 # below. POSIX mandates that leap seconds not be counted; for compatibility
154 # leap smearing; this can work better than unsmeared "right" time with
155 # applications that are not leap second aware, and is closer to unsmeared
172 # (optionally incorporating leap second information), use
174 # To install text data without leap second information (e.g., because
438 # For leap seconds, this Makefile uses LEAPSECONDS='-L leapseconds' in
439 # submake command lines. The default is no leap seconds.
443 # Where to fetch leap-seconds.list from.
445 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
482 # and to fetch leap-seconds.list from upstream.
593 LEAP_DEPS= leapseconds.awk leap-seconds.list
597 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \
623 leap-seconds.list leapseconds.awk localtime.c \
726 -f leapseconds.awk leap-seconds.list >$@.out
729 # Awk script to extract a Git-style author from leap-seconds.list comments.
740 # Fetch leap-seconds.list from upstream.
741 fetch-leap-seconds.list:
744 # Fetch leap-seconds.list from upstream and commit it to the local repository.
745 commit-leap-seconds.list: fetch-leap-seconds.list
746 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \
747 date=$$(TZ=$(leaplist_TZ) stat -c%y leap-seconds.list) && \
749 leap-seconds.list
779 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
780 # but gmtime without leap seconds, which led to problems with applications
783 # You must replace all of $(TZDIR) to switch from not using leap seconds
889 $$(ls $(ENCHILADA) | grep -Fvx leap-seconds.list); \
997 *_right) leap='-L leapseconds';; \
998 *) leap=;; \
1000 $(ZIC) $$leap -d $@.dir $(DATAFORM).zi && \
1001 $(ZIC) $$leap -d $@-shrunk.dir tzdata.zi && \
1004 $(ZIC) $$leap -d $@-t.dir $(TDATA) && \
1006 $(ZIC) $$leap -d $@-t.dir - $(PACKRATDATA) && \
1348 .PHONY: clean clean_misc commit-leap-seconds.list dummy.zd
1349 .PHONY: fetch-leap-seconds.list force_tzs