|
1 |
| -$PostgreSQL: pgsql/src/timezone/README,v 1.9 2010/04/15 11:00:45 mha Exp $ |
| 1 | +src/timezone/README |
2 | 2 |
|
3 | 3 | Timezone
|
4 | 4 | ========
|
5 | 5 |
|
6 |
| -This is a PostgreSQL adapted version of the timezone library from: |
| 6 | +This is a PostgreSQL adapted version of the timezone library from |
| 7 | +http://www.iana.org/time-zones |
7 | 8 |
|
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 |
9 | 12 |
|
10 | 13 | The code is currently synced with release 2010c. There are many cosmetic
|
11 | 14 | (and not so cosmetic) differences from the original tzcode library, but
|
12 | 15 | diffs in the upstream version should usually be propagated to our version.
|
13 | 16 |
|
14 | 17 | The data files under data/ are an exact copy of the latest data set from:
|
15 | 18 |
|
16 |
| -ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz |
| 19 | +ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz |
17 | 20 |
|
18 | 21 | Since time zone rules change frequently in some parts of the world,
|
19 | 22 | we should endeavor to update the data files before each PostgreSQL
|
|