honey(at)internot(dot)info writes:
> In /src/timezone/zic.c:
> 2091 if (stringrule(result, stdrp, dstrp->r_stdoff, zp->z_gmtoff) != 0)
> Should it not be
> 2091 if (stringrule(result, stdrp, >>stdp->r_stdoff<<, zp->z_gmtoff) != 0)
I wouldn't assume that ... it's still that way in tzcode2014j,
so if this is a bug you need to report it to upstream not us. See
http://www.iana.org/time-zones
regards, tom lane