Skip to content

Commit 7208e0b

Browse files
committed
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.
1 parent 1f897ae commit 7208e0b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/timezone/README

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
This is a PostgreSQL adapted version of the timezone library
2-
from:
1+
src/timezone/README
32

4-
ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz
3+
Timezone
4+
========
55

6-
The data files under data/ are an exact copy of the latest data set
7-
from
6+
This is a PostgreSQL adapted version of the timezone library from
7+
http://www.iana.org/time-zones
88

9-
ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz
9+
The source code can be found at:
10+
11+
ftp://ftp.iana.org/tz/releases/tzcode*.tar.gz
12+
13+
The data files under data/ are an exact copy of the latest data set from:
14+
15+
ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz
1016

1117
Since time zone rules change frequently in some parts of the world,
1218
we should endeavor to update the data files before each PostgreSQL

0 commit comments

Comments
 (0)