postgresql/src/timezone
2004-05-01 01:38:53 +00:00
..
data Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
asctime.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
difftime.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
ialloc.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
localtime.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
Makefile Fix zic compiler to use pg version. 2004-04-30 20:23:28 +00:00
pgtz.c Remove debug output line. 2004-05-01 01:38:53 +00:00
pgtz.h Rename function to be less win32 specific. 2004-05-01 01:34:47 +00:00
private.h Allow build of timezone database on unix. 2004-04-30 20:01:39 +00:00
README Minor adjustments to enable public-domain timezone library to be called 2004-04-30 04:14:06 +00:00
scheck.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
tzfile.h Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00
zic.c Convert DOS newlines to Unix newlines. 2004-04-30 04:44:06 +00:00

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

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

The interface is used when USE_PGTZ is defined at the top level. This
will cause the following functions to be redefined:
  localtime		pg_localtime
  gmtime		pg_gmtime
  asctime		pg_asctime
  ctime			pg_ctime
  difftime		pg_difftime
  mktime		pg_mktime
  tzset			pg_tzset

and the TIMEZONE_GLOBAL define in c.h is redefined to pg_timezone.