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

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

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