postgresql/src/timezone
Bruce Momjian 48eb73b556 Allow zic to compile by defining a "" value for my_exec_path. It isn't
used by zic anyway.
2004-05-19 01:17:42 +00:00
..
data Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
Makefile Update Makefile dependencies for Win32 timezones, per Claudio. 2004-05-18 04:10:33 +00:00
README Minor adjustments to enable public-domain timezone library to be called 2004-04-30 04:14:06 +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
pgtz.c Clean up some relative path install issues with Claudio's help. 2004-05-18 03:36:45 +00:00
pgtz.h Update Makefile dependencies for Win32 timezones, per Claudio. 2004-05-18 04:10:33 +00:00
private.h Allow build of timezone database on unix. 2004-04-30 20:01:39 +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 Allow zic to compile by defining a "" value for my_exec_path. It isn't 2004-05-19 01:17:42 +00:00

README

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.