Tim Parenti wrote:
Unfortunately, it seems your example doesn't match observed behavior.
Right you are. Thanks for catching that. Since it doesn't really matter I'd rather leave the code alone, and fix the documentation to describe it, as that'd be less disruptive (and also easier to implement :-). Problem fixed in the first proposed patch attached.
I also just noticed, above, that zdump returns "YST" for both timepoints in the transition above, when this should be a transition from XST to YST.
Thanks again. That's a regression from 2014g. It occurs only on platforms that lack tm_zone in struct tm, which is why I didn't observe it. Please see proposed patches 2 and 3, attached. This suggests that we need a new code release soon. I found some minor cleanups while looking into the above, and attach them as proposed patch 4.