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

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

Commit: 2877b102ee9ed9facf67b5e76752f2e9b0509f35
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-19T22:56:18Z
Releases: 9.1.24
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