]> granicus.if.org Git - postgresql/commit
Sync our copy of the timezone library with IANA release tzcode2018e.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 May 2018 16:26:25 +0000 (12:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 May 2018 16:26:34 +0000 (12:26 -0400)
commitb49f4e69a9bb54c743ea2101bee79d06aa438772
treea8aba86d95a395a3123a1bfae2815f627aec62e8
parentee492e3dedbdfa6da9303f35b1a85f3b9f1af7a7
Sync our copy of the timezone library with IANA release tzcode2018e.

The non-cosmetic changes involve teaching the "zic" tzdata compiler about
negative DST.  While I'm not currently intending that we start using
negative-DST data right away, it seems possible that somebody would try
to use our copy of zic with bleeding-edge IANA data.  So we'd better be
out in front of this change code-wise, even though it doesn't matter for
the data file we're shipping.

Discussion: https://postgr.es/m/30996.1525445902@sss.pgh.pa.us
src/timezone/README
src/timezone/localtime.c
src/timezone/strftime.c
src/timezone/zic.c