-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
572 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,9 @@ locations around the globe. It is updated periodically to reflect | |
changes made by political bodies to time zone boundaries, UTC offsets, | ||
and daylight-saving rules. | ||
|
||
Here is a recipe for acquiring, building, installing, and testing the | ||
tz distribution on a GNU/Linux or similar host. | ||
|
||
To acquire the distribution, run the following shell commands: | ||
|
||
mkdir tz | ||
cd tz | ||
wget --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz' | ||
gzip -dc tzcode-latest.tar.gz | tar -xf - | ||
gzip -dc tzdata-latest.tar.gz | tar -xf - | ||
|
||
Alternatively, the following shell commands acquire the same | ||
distribution, with extra data useful for regression testing: | ||
|
||
wget --retr-symlinks 'ftp://ftp.iana.org/tz/tzdb-latest.tar.lz' | ||
lzip -dc tzdb-latest.tar.lz | tar -xf - | ||
|
||
Be sure to read the comments in "Makefile" and make any changes needed | ||
See <https://www.iana.org/time-zones/repository/tz-link.html> or the | ||
file tz-link.htm for how to acquire the code and data. Once acquired, | ||
read the comments in the file 'Makefile' and make any changes needed | ||
to make things right for your system, especially if you are using some | ||
platform other than GNU/Linux. Then run the following commands, | ||
substituting your desired installation directory for "$HOME/tzdir": | ||
|
@@ -60,10 +45,6 @@ Thanks in particular to Arthur David Olson, the project's founder and first | |
maintainer, to whom the time zone community owes the greatest debt of all. | ||
None of them are responsible for remaining errors. | ||
|
||
Look in <ftp://ftp.iana.org/tz/releases/> for updated versions of these files. | ||
|
||
Please send comments or information to [email protected]. | ||
|
||
----- | ||
|
||
This file is in the public domain, so clarified as of 2009-05-17 by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
The files in this directory were obtained from the IANA Time Zone Database | ||
http://www.iana.org/time-zones, version 2016i. | ||
http://www.iana.org/time-zones, version 2016j. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.