We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent38f3c7c commitece1265Copy full SHA for ece1265
src/timezone/README
@@ -3,17 +3,20 @@ src/timezone/README
3
Timezone
4
========
5
6
-This is a PostgreSQL adapted version of the timezone library from:
+This is a PostgreSQL adapted version of the timezone library from
7
+http://www.iana.org/time-zones
8
-ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz
9
+The source code can be found at:
10
+
11
+ftp://ftp.iana.org/tz/releases/tzcode*.tar.gz
12
13
The code is currently synced with release 2010c. There are many cosmetic
14
(and not so cosmetic) differences from the original tzcode library, but
15
diffs in the upstream version should usually be propagated to our version.
16
17
The data files under data/ are an exact copy of the latest data set from:
18
-ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz
19
+ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz
20
21
Since time zone rules change frequently in some parts of the world,
22
we should endeavor to update the data files before each PostgreSQL