<div dir="ltr">I&#39;m just going through my <a href="http://nodatime.org">Noda Time</a> code for time zone handling, and I&#39;ve noticed I&#39;m being even more defensive than normal, by handling the situation where a time zone transition is specified to occur on the 29th of February - I skip forward or backwards to the nearest leap year.<div>

<br></div><div>This feels like it&#39;s overkill to me, and that it would be better just to prohibit this situation from occurring in my code, <i>if</i> it&#39;s widely accepted to be invalid data.</div><div><br></div><div>

Is there anything specifying the behaviour if such data is presented? I could try running the zoneinfo compiler myself, but I suspect it would take a long time to get all the tools sorted, and I wouldn&#39;t be certain of interpreting the outcome properly. If anyone just <i>knows,</i> that would save me a lot of effort :)</div>

<div><br></div><div>Jon</div><div><br></div></div>