diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-19 18:55:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-19 18:56:01 -0400 |
commit | bc59c1236fb6db77b5c4426be3bb5b1a934ae2a7 (patch) | |
tree | d18f4167695c8b58b834a916b50b58b373bb7bc1 /src/timezone/private.h | |
parent | 9cfe353c51a8c077802c9d3ef5b4e2eb493bf46c (diff) |
Sync our copy of the timezone library with IANA release tzcode2016g.
This is mostly to absorb some corner-case fixes in zic for year-2037
timestamps. The other changes that have been made are unlikely to affect
our usage, but nonetheless we may as well take 'em.
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r-- | src/timezone/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h index 8480d389612..b8533d51e83 100644 --- a/src/timezone/private.h +++ b/src/timezone/private.h @@ -23,6 +23,7 @@ #include "pgtime.h" +/* This string was in the Factory zone through version 2016f. */ #define GRANDPARENTED "Local time zone must be set--see zic manual page" /* |