postgresql/src/timezone
Bruce Momjian 7146eb0bc3 Integrate timezone library to be called only from Win32.
Timezone code backend integration done by Magnus Hagander.
2004-04-30 04:31:52 +00:00
..
data Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
README Minor adjustments to enable public-domain timezone library to be called 2004-04-30 04:14:06 +00:00
asctime.c Timezone library changes to map into our backend code. 2004-04-30 04:11:58 +00:00
difftime.c Timezone library changes to map into our backend code. 2004-04-30 04:11:58 +00:00
ialloc.c Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
localtime.c Timezone library changes to map into our backend code. 2004-04-30 04:11:58 +00:00
pgtz.c Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
pgtz.h Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
private.h Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
scheck.c Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
tzfile.h Add Olson's public domain timezone library to src/timezone. 2004-04-30 04:09:23 +00:00
zic.c Timezone library changes to map into our backend code. 2004-04-30 04:11:58 +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.