postgresql/src/timezone
Tom Lane e31c8cf20b Still another try at automatically detecting the best match in the zic
timezone database for the system behavior we find ourselves in.  Scan
backwards from current time and choose the zone that matches furthest
back.  As per discussion a week or so back.
2004-07-22 05:28:30 +00:00
..
data Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
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 Still another try at automatically detecting the best match in the zic 2004-07-22 05:28:30 +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 Add missing <getopt.h>, per Dann Corbit. 2004-07-22 01:41:24 +00:00

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

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