Sync our copy of the timezone library with IANA release tzcode2016g.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7fec5e101a12acbabea6ecef3e7101c5de81e609
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-19T22:55:57Z
Releases: 9.6.1
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.

Files

PathChange+/−
src/timezone/localtime.c modified +2 −3
src/timezone/private.h modified +1 −0
src/timezone/strftime.c modified +1 −1
src/timezone/zic.c modified +246 −194