/third_party/tzdata/ |
D | leapseconds | 1 # 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>. 17 # The rules for leap seconds are specified in Annex 1 (Time scales) of: 23 # periodically uses leap seconds to keep UTC to within 0.9 s of UT1 25 # and publishes leap second data in a copyrighted file [all …]
|
D | time2posix.3.txt | 18 time_t values cannot include leap seconds and, therefore, that the 19 system time must be adjusted as each leap occurs. 21 If the time package is configured with leap-second support enabled, 23 increase over leap events (as a true "seconds since..." value). This 25 net number of leap seconds inserted since the Epoch. 34 typically not handle intervals over leap seconds correctly. 39 base changes that would have taken place on a POSIX system as leap 46 well-behaved: for a positive leap second hit the result is not unique, 47 and for a negative leap second hit the corresponding POSIX time_t 53 leap second inserted at the end of June, 1993. [all …]
|
D | leap-seconds.list | 71 # 4. The decision to insert a leap second into UTC is currently 86 # of dropping seconds ("negative" leap seconds), this has 93 # leap second is not well defined. The official name of that leap 97 # one second during the leap second and use a time that is equivalent 101 # is used for the second time. Thus the leap second which 111 # If your system realizes the leap second by repeating 00:00:00 UTC twice 128 # This complexity would not be needed for negative leap seconds (if they 133 # during the leap second does not arise. 135 # Some systems implement leap seconds by amortizing the leap second 138 # negative) leap second. This method removes the time step described [all …]
|
D | Makefile | 514 LEAP_DEPS= leapseconds.awk leap-seconds.list 517 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \ 542 leap-seconds.list leapseconds.awk localtime.c \ 636 -f leapseconds.awk leap-seconds.list >$@.out 773 $$(ls $(ENCHILADA) | grep -Fvx leap-seconds.list) 775 $$(ls $(ENCHILADA) | grep -Fvx leap-seconds.list) 833 *_right) leap='-L leapseconds';; \ 834 *) leap=;; \ 836 $(ZIC) $$leap -d $@.dir $(DATAFORM).zi && \ 837 $(ZIC) $$leap -d $@-shrunk.dir tzdata.zi && \ [all …]
|
D | zic.8.txt | 44 Read leap second information from the file with the given name. 45 If this option is not used, no leap second information appears 244 ignore leap seconds; for example, if a leap second occurs at 376 The file that describes leap seconds can have leap lines and an 385 The YEAR, MONTH, DAY, and HH:MM:SS fields tell when the leap second 388 "Stationary" if the leap second time given by the other fields should 389 be interpreted as UTC or (an abbreviation of) "Rolling" if the leap 402 in UTC for the leap second table; zic outputs this expiration timestamp 406 the Epoch, not counting leap seconds. However, the "#expires" comment 407 is an obsolescent feature, and the leap second file should use an
|
D | newtzset.3.txt | 35 string, UT is used, with the abbreviation "UTC" and without leap second 36 correction; please see newctime(3) for more about UT, UTC, and leap 114 years - including leap years - February 191 /usr/share/zoneinfo/GMT for UTC leap seconds 193 If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from
|
D | newctime.3.txt | 59 that timestamps must be nonnegative and must ignore leap seconds. Many 63 support leap seconds, in contradiction to POSIX. 145 /usr/share/zoneinfo/GMT for UTC leap seconds 147 If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from
|
D | date.1.txt | 102 /usr/share/zoneinfo/GMT for UTC leap seconds 104 If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from
|
D | calendars | 54 those unsightly calendar gaps :-), they simply decreed that the next leap 59 they did, after all, have a leap year that year. And one in 1708. In 1712
|
D | tzfile.5.txt | 35 The number of leap seconds for which data entries are stored 89 by time(2)) at which a leap second occurs; the second is a signed 90 integer specifying the total number of leap seconds to be applied 93 one leap second, either positive or negative; transitions always 128 eight bytes are used for each transition time or leap second time.
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
/third_party/musl/src/time/ |
D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
D | extension.c | 49 enum lws_ext_option_parser_states leap = LEAPS_SEEK_NAME; in lws_ext_parse_options() local 59 lwsl_wsi_ext(wsi, "'%c' %d", *in, leap); in lws_ext_parse_options() 60 switch (leap) { in lws_ext_parse_options() 69 leap = LEAPS_EAT_NAME; in lws_ext_parse_options() 93 leap = LEAPS_SEEK_VAL; in lws_ext_parse_options() 121 leap = LEAPS_SEEK_NAME; in lws_ext_parse_options() 130 leap = LEAPS_EAT_DEC; in lws_ext_parse_options() 151 leap = LEAPS_SEEK_ARG_TERM; in lws_ext_parse_options() 172 leap = LEAPS_SEEK_NAME; in lws_ext_parse_options()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | calendar.txt | 237 { // month=3 is a leap month 244 { // month=3 is a leap month 251 { // month=3 is a leap month 258 { // month=3 is a leap month 316 { // month=3 is a leap month 323 { // month=3 is a leap month 330 { // month=3 is a leap month 337 { // month=3 is a leap month 344 { // month=3 is a leap month 351 { // month=3 is a leap month [all …]
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | leapsec01.c | 125 struct timespec now, leap, start; in run_leapsec() local 137 leap = now; in run_leapsec() 138 tst_res(TINFO, "scheduling leap second %s", strtime(&leap)); in run_leapsec() 154 while (tx.time.tv_sec < leap.tv_sec + SECONDS_AFTER_LEAP) { in run_leapsec() 166 start.tv_sec += now.tv_sec - (leap.tv_sec - SECONDS_BEFORE_LEAP); in run_leapsec()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | time.cc | 62 int64 SecondsPerMonth(int month, bool leap) { in SecondsPerMonth() argument 63 if (month == 2 && leap) { in SecondsPerMonth() 235 bool leap = IsLeapYear(year); in SecondsToDateTime() local 237 while (seconds >= SecondsPerMonth(month, leap)) { in SecondsToDateTime() 238 seconds -= SecondsPerMonth(month, leap); in SecondsToDateTime()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ChineseDateFormatSymbols.java | 101 public String getLeapMonth(int leap) { in getLeapMonth() argument 102 return isLeapMonth[leap]; in getLeapMonth()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ChineseDateFormatSymbols.java | 99 public String getLeapMonth(int leap) { in getLeapMonth() argument 100 return isLeapMonth[leap]; in getLeapMonth()
|
/third_party/icu/docs/ |
D | Gemfile.lock | 60 jekyll-theme-leap-day (= 0.1.1) 160 jekyll-theme-leap-day (0.1.1)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | ko.txt | 455 leap{"윤{0}"} 460 leap{"윤{0}"} 465 leap{"윤{0}"} 809 leap{"윤{0}"} 814 leap{"윤{0}"} 819 leap{"윤{0}"}
|
/third_party/curl/tests/data/ |
D | test329 | 46 # using one of the 'right' zones that take into account leap seconds
|
D | test61 | 42 # using one of the 'right' zones that take into account leap seconds
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_ssid.h | 356 int leap; member
|