]> granicus.if.org Git - postgresql/blob - src/timezone/README
Add Olson's public domain timezone library to src/timezone.
[postgresql] / src / timezone / README
1 This is a PostgreSQL adapted version of the timezone library
2 from:
3 ftp://elsie.nci.nih.gov/pub/tz*.tar.gz
4
5
6 The interface is used when USE_PGTZ is defined at the top level. This
7 will cause the following functions to be redefined:
8   localtime             pg_localtime
9   gmtime                pg_gmtime
10   asctime               pg_asctime
11   ctime                 pg_ctime
12   difftime              pg_difftime
13   mktime                pg_mktime
14   tzset                 pg_tzset
15
16 and the TIMEZONE_GLOBAL define in c.h is redefined to pg_timezone.
17