postgresql/src/timezone
Tom Lane 69d48cefd1 Update timezone data files to release 2005m of the zic database.
Among other changes, this reflects the recently passed change in USA
daylight savings rules.
2005-09-07 21:39:25 +00:00
..
data Update timezone data files to release 2005m of the zic database. 2005-09-07 21:39:25 +00:00
ialloc.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
localtime.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
Makefile Complete zic patch backout by removing NO_PGPORT workaround. 2005-07-06 21:40:09 +00:00
pgtz.c Tweak dynahash.c to not allocate so many entries at once when dealing 2005-06-26 23:32:34 +00:00
pgtz.h Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. 2005-07-04 19:54:51 +00:00
private.h Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +00:00
README Update RELEASE_CHANGES to mention updating the timezone database as 2004-10-24 15:01:54 +00:00
scheck.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
strftime.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
tzfile.h pgindent did a pretty awful job on the timezone code, particularly with 2004-05-21 20:59:10 +00:00
zic.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00

This is a PostgreSQL adapted version of the timezone library
from:

	ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz

The data files under data/ are an exact copy of the latest data set
from

	ftp://elsie.nci.nih.gov/pub/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
release.