Searched refs:tz (Results 1 – 12 of 12) sorted by relevance
/timezone/ |
A D | zdump.c | 291 tmp = localtime_rz(tz, tp, tmp); in my_localtime_rz() 297 t = mktime_z(tz, &tm); in my_localtime_rz() 524 timezone_t tz = tzalloc(argv[i]); in main() local 529 if (!tz) { in main() 534 show(tz, argv[i], now, false); in main() 535 tzfree(tz); in main() 541 show(tz, argv[i], t, true); in main() 543 show(tz, argv[i], t, true); in main() 588 show(tz, argv[i], t, true); in main() 590 show(tz, argv[i], t, true); in main() [all …]
|
A D | tst-tzset.c | 150 char tz[16]; in do_test() local 151 snprintf (tz, sizeof (tz), "XT%d", i); in do_test() 152 if (setenv ("TZ", tz, 1) < 0) in do_test() 158 if (strcmp (tzname[0], tz) == 0) in do_test() 160 printf ("Unexpected success for %s\n", tz); in do_test()
|
A D | Makefile | 26 tests := test-tz tst-timezone tst-tzset 59 tz-cflags = -DTZDIR='"$(zonedir)"' \ 69 CFLAGS-zdump.c += $(tz-cflags) 70 CFLAGS-zic.c += $(tz-cflags) -Wno-unused-variable 80 $(objpfx)test-tz.out: $(addprefix $(testdata)/, America/New_York Etc/UTC UTC) 89 test-tz-ENV = TZDIR=$(testdata)
|
A D | etcetera | 7 # people in areas not otherwise covered by the tz files could "zic -l" 9 # tz files cover almost all the inhabited world, and the only practical 40 # (which is not yet supported by the tz code) allows for
|
A D | README | 19 These packages may be found at https://ftp.iana.org/tz/releases/. 20 Commentary should be addressed to tz@iana.org.
|
A D | asia | 8 # tz@elsie.nci.nih.gov for general use in the future). 283 # article confirms the tz database's data claiming that China began 884 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz 890 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/YYYY.ps.gz 910 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-start.ps.gz 915 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz 937 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2005+beyond.ps 941 # <ftp://ftp.cs.huji.ac.il/pub/tz/software/dst-israel.el> (2005-02-20) 1482 # We received a bug report claiming that the tz database UTC offset for 1484 # +08:00 instead. Different sources appear to disagree with the tz [all …]
|
A D | tzselect.ksh | 7 REPORT_BUGS_TO=tz@iana.org
|
A D | australasia | 541 # tz@elsie.nci.nih.gov for general use in the future). 704 # * How do Australians feel about the abbreviations in the tz database? 1182 # as does Carol Squires; see tz-link.htm for the full references.
|
A D | europe | 8 # tz@elsie.nci.nih.gov for general use in the future). 491 # in the C-Eur rule from tz database version 2008d (this part was 493 # tz database itself, as seen below: 1135 # [See tz-link.htm for the URL.]
|
A D | northamerica | 10 # tz@elsie.nci.nih.gov for general use in the future). 166 # ...Alaska's timezone lines were redrawn in 1983 to give only 2 tz. 814 # hence a separate tz entry is not needed. 1838 # tz database. I think they can best be explained by supposing that
|
A D | southamerica | 8 # tz@elsie.nci.nih.gov for general use in the future). 308 # confirms what Alex Krivenyshev has earlier sent to the tz
|
A D | africa | 8 # tz@elsie.nci.nih.gov for general use in the future).
|
Completed in 38 milliseconds