postgresql/src/timezone
Tom Lane 99b225c528 Check more test points (in fact, every week in 1970..2004) to get a more
accurate matching of our time zone to the system's zone.  This method is
able to distinguish Antarctica/Casey from Australia/Perth, as in Chris
K-L's recent example; and it is not materially slower than before, because
the extra checks generally don't get done against very many time zones.

It seems possible that with this test we'd be able to correctly identify
Windows timezones without looking at the timezone name, but I do not
have the ability to try it.
2004-07-10 23:06:50 +00:00
..
data
ialloc.c pgindent did a pretty awful job on the timezone code, particularly with 2004-05-21 20:59:10 +00:00
localtime.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
Makefile Seems we forgot the installdirs target in this makefile. 2004-05-28 03:53:33 +00:00
pgtz.c Check more test points (in fact, every week in 1970..2004) to get a more 2004-07-10 23:06:50 +00:00
pgtz.h Pgindent timezone file, per request from Tom. 2004-05-21 12:30:25 +00:00
private.h pgindent did a pretty awful job on the timezone code, particularly with 2004-05-21 20:59:10 +00:00
README Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
scheck.c pgindent did a pretty awful job on the timezone code, particularly with 2004-05-21 20:59:10 +00:00
strftime.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +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 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00

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

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