postgresql/src/timezone
Tom Lane 3d574824fe Update time zone data files to tzdata release 2010o: DST law changes in
Fiji and Samoa.  Historical corrections for Hong Kong.
2010-12-13 12:43:41 -05:00
..
data Update time zone data files to tzdata release 2010o: DST law changes in 2010-12-13 12:43:41 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:17 +02:00
Makefile Arrange to install a "posixrules" entry in our timezone database, so that 2007-03-14 17:38:22 +00:00
README Update RELEASE_CHANGES to mention updating the timezone database as 2004-10-24 15:01:54 +00:00
ialloc.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
localtime.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
pgtz.c Fix identify_system_timezone() so that it tests the behavior of the system 2008-07-01 03:41:18 +00:00
pgtz.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
private.h Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +00:00
scheck.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
strftime.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tzfile.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
zic.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00

README

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.