<div dir="ltr"><div>On Thu, Oct 13, 2022 at 6:32 PM Paul Eggert <<a href="mailto:eggert@cs.ucla.edu" target="_blank">eggert@cs.ucla.edu</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">To help debug this, it'd be nice to know the platform and a recipe for<br></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">reproducing the problem.</div></div></blockquote><div><br></div><div> OK, here is something using only unmodified tz code:</div><div><br></div><div><font face="monospace">$ uname -om<br>x86_64 GNU/Linux<br></font></div><div><font face="monospace">$ rm -fr /tmp/tz/<br>$ make --silent TOPDIR=/tmp/tz CFLAGS='$(GCC_DEBUG_FLAGS)' -j5 install<br>$ TZ=Australia/Sydney ./date -r 14784296400 +%Y-%m-%dT%H:%M:%S%z<br>2438-06-30T23:00:00+1000<br>$ rm -fr /tmp/tz/<br>$ make --silent TOPDIR=/tmp/tz CFLAGS='$(GCC_DEBUG_FLAGS)' ZFLAGS='-b fat' -j5 install<br>$ TZ=Australia/Sydney ./date -r 14784296400 +%Y-%m-%dT%H:%M:%S%z<br>2438-07-01T00:00:00+1100</font></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div>