6 This is a PostgreSQL adapted version of the timezone library from:
8 ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz
10 The code is currently synced with release 2007k. There are many cosmetic
11 (and not so cosmetic) differences from the original tzcode library, but
12 diffs in the upstream version should usually be propagated to our version.
14 The data files under data/ are an exact copy of the latest data set from:
16 ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz
18 Since time zone rules change frequently in some parts of the world,
19 we should endeavor to update the data files before each PostgreSQL
22 At each update, we should check if time zone offsets have changed.
23 Just search for the current or previous year and see what has changed.
24 Sometimes a country changes its time zone offsets, for example Georgia
25 in 2004. Just grepping in the zic database files for 2004 is enough to
26 spot such a change. Then the files under tznames/ should be updated.