Skip to content

Commit

Permalink
IANA 2024b
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Sep 11, 2024
2 parents 96a1e88 + 382ca0c commit 640c9bd
Show file tree
Hide file tree
Showing 37 changed files with 2,206 additions and 1,607 deletions.
8 changes: 6 additions & 2 deletions tz/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,30 @@
# This file is in the public domain.
*.a
*.asc
*.ck
*.ckd/
*.diff
*.dir/
*.i
*.o
*.orig
*.patch
*.pdf
*.ps
*.rej
*.s
*.tar
*.tar.*
*.txt
*.tzs
*.zi
*~
ChangeLog
check_*
date
leapseconds
tzdir.h
tzselect
version
version.h
yearistype
zdump
zic
18 changes: 11 additions & 7 deletions tz/CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ such as renaming, adding or removing zones, please read
"Theory and pragmatics of the tz code and data"
<https://www.iana.org/time-zones/repository/theory.html>.
It is also good to browse the mailing list archives
<https://mm.icann.org/pipermail/tz/> for examples of patches that tend
to work well. Additions to data should contain commentary citing
reliable sources as justification. Citations should use "https:" URLs
if available.
<https://lists.iana.org/hyperkitty/list/tz@iana.org/>
for examples of patches that tend to work well.
Changes should contain commentary citing reliable sources.
Citations should use "https:" URLs if available.

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

* Debug the changes, e.g.:
* Debug the changes locally, e.g.:

make check
make install
make TOPDIR=$PWD/tz clean check install
./zdump -v America/Los_Angeles

Although builds assume only basic POSIX, they use extra features
if available. 'make check' accesses validator.w3.org unless you
lack 'curl' or use 'make CURL=:'. If you have the latest GCC,
"make CFLAGS='$(GCC_DEBUG_FLAGS)'" does extra checking.

* For each separable change, commit it in the new branch, e.g.:

git add northamerica
Expand Down
Loading

0 comments on commit 640c9bd

Please sign in to comment.