Skip to content

Commit 640c9bd

Browse files
committed
IANA 2024b
2 parents 96a1e88 + 382ca0c commit 640c9bd

37 files changed

+2206
-1607
lines changed

tz/.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22
# This file is in the public domain.
33
*.a
44
*.asc
5+
*.ck
6+
*.ckd/
57
*.diff
8+
*.dir/
69
*.i
710
*.o
811
*.orig
912
*.patch
13+
*.pdf
14+
*.ps
1015
*.rej
16+
*.s
1117
*.tar
1218
*.tar.*
1319
*.txt
1420
*.tzs
1521
*.zi
1622
*~
1723
ChangeLog
18-
check_*
1924
date
2025
leapseconds
2126
tzdir.h
2227
tzselect
2328
version
2429
version.h
25-
yearistype
2630
zdump
2731
zic

tz/CONTRIBUTING

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ such as renaming, adding or removing zones, please read
2323
"Theory and pragmatics of the tz code and data"
2424
<https://www.iana.org/time-zones/repository/theory.html>.
2525
It is also good to browse the mailing list archives
26-
<https://mm.icann.org/pipermail/tz/> for examples of patches that tend
27-
to work well. Additions to data should contain commentary citing
28-
reliable sources as justification. Citations should use "https:" URLs
29-
if available.
26+
<https://lists.iana.org/hyperkitty/list/tz@iana.org/>
27+
for examples of patches that tend to work well.
28+
Changes should contain commentary citing reliable sources.
29+
Citations should use "https:" URLs if available.
3030

3131
For changes that fix sensitive security-related bugs, please see the
3232
distribution's 'SECURITY' file.
@@ -63,12 +63,16 @@ If you use Git the following workflow may be helpful:
6363
* Edit source files. Include commentary that justifies the
6464
changes by citing reliable sources.
6565

66-
* Debug the changes, e.g.:
66+
* Debug the changes locally, e.g.:
6767

68-
make check
69-
make install
68+
make TOPDIR=$PWD/tz clean check install
7069
./zdump -v America/Los_Angeles
7170

71+
Although builds assume only basic POSIX, they use extra features
72+
if available. 'make check' accesses validator.w3.org unless you
73+
lack 'curl' or use 'make CURL=:'. If you have the latest GCC,
74+
"make CFLAGS='$(GCC_DEBUG_FLAGS)'" does extra checking.
75+
7276
* For each separable change, commit it in the new branch, e.g.:
7377

7478
git add northamerica

0 commit comments

Comments
 (0)