diff options
author | Tom Lane | 2011-10-28 03:09:05 +0000 |
---|---|---|
committer | Tom Lane | 2011-10-28 03:09:05 +0000 |
commit | ece12659cf1695d318445b837b36edc15b6f25d6 (patch) | |
tree | 369fd0f7d23c3e83e9979df40533eb01f4b04086 | |
parent | 38f3c7c4ddedf509d8e2bdda4a947df4dc177e5a (diff) |
Update docs to point to the timezone library's new home at IANA.
The recent unpleasantness with copyrights has accelerated a move that
was already in planning.
-rw-r--r-- | src/timezone/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/timezone/README b/src/timezone/README index 4db3148e0c..201b293881 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -3,9 +3,12 @@ src/timezone/README Timezone ======== -This is a PostgreSQL adapted version of the timezone library from: +This is a PostgreSQL adapted version of the timezone library from +http://www.iana.org/time-zones - ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz +The source code can be found at: + + ftp://ftp.iana.org/tz/releases/tzcode*.tar.gz The code is currently synced with release 2010c. There are many cosmetic (and not so cosmetic) differences from the original tzcode library, but @@ -13,7 +16,7 @@ diffs in the upstream version should usually be propagated to our version. The data files under data/ are an exact copy of the latest data set from: - ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz + ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz Since time zone rules change frequently in some parts of the world, we should endeavor to update the data files before each PostgreSQL |