Home | History | Annotate | Download | only in time

Lines Matching refs:leap

142 # seconds since the epoch (not counting leap seconds), use
145 # as seconds since the epoch (counting leap seconds), use
147 # below. If you want both sets of data available, with leap seconds not
150 # below. If you want both sets of data available, with leap seconds counted
153 # below. POSIX mandates that leap seconds not be counted; for compatibility
155 # leap smearing; this can work better than unsmeared "right" time with
156 # applications that are not leap second aware, and is closer to unsmeared
173 # (optionally incorporating leap second information), use
175 # To install text data without leap second information (e.g., because
449 # Where to fetch leap-seconds.list from.
451 https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
488 # and to fetch leap-seconds.list from upstream.
606 LEAP_DEPS= leapseconds.awk leap-seconds.list
610 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \
636 leap-seconds.list leapseconds.awk localtime.c \
738 -f leapseconds.awk leap-seconds.list >$@.out
741 # Awk script to extract a Git-style author from leap-seconds.list comments.
752 # Fetch leap-seconds.list from upstream.
753 fetch-leap-seconds.list:
756 # Fetch leap-seconds.list from upstream and commit it to the local repository.
757 commit-leap-seconds.list: fetch-leap-seconds.list
758 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \
759 date=$$(TZ=$(leaplist_TZ) stat -c%y leap-seconds.list) && \
761 leap-seconds.list
785 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
786 # but gmtime without leap seconds, which led to problems with applications
789 # You must replace all of $(TZDIR) to switch from not using leap seconds
894 $${enchilada%leap-seconds.list*} \
895 $${enchilada#*leap-seconds.list}; \
1016 *right*) leap='-L leapseconds';; \
1017 *) leap=;; \
1019 $(ZIC) $$leap -d $@d $(DATAFORM).zi && \
1020 $(ZIC) $$leap -d shrunk-$@d tzdata.zi && \
1023 $(ZIC) $$leap -d t-$@d $(TDATA) && \
1025 $(ZIC) $$leap -d t-$@d - $(PACKRATDATA) && \
1370 .PHONY: clean clean_misc commit-leap-seconds.list dummy.zd
1371 .PHONY: fetch-leap-seconds.list force_tzs