mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Integrate src/timezone library for all platforms. There is more we can
and should do now that we control our own destiny for timezone handling, but this commit gets the bulk of the picayune diffs in place. Magnus Hagander and Tom Lane.
This commit is contained in:
@ -3,15 +3,3 @@ 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.
|
||||
|
||||
|
Reference in New Issue
Block a user