<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style=" margin: 0px; font-size: 15px; font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; color: rgb(33, 33, 33); background-color: rgb(255, 255, 255)">
<font face="Calibri,Helvetica,sans-serif" size="3" color="black"><span style=" margin: 0px; font-size: 12pt">Just noticed something that may explain my previous findings.</span></font></div>
<div style=" margin: 0px; font-size: 15px; font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; color: rgb(33, 33, 33); background-color: rgb(255, 255, 255)">
<font face="Calibri,Helvetica,sans-serif" size="3" color="black"><span style=" margin: 0px; font-size: 12pt">From the tz variable man page:</span></font></div>
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<a href="http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html">http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html</a><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
"If characters begins with a slash, it is an absolute file name; otherwise the library looks for the file /usr/share/zoneinfo/characters."<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thus starting with a period is what throws it off?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
-Matt</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> tz <tz-bounces@iana.org> on behalf of Paul Eggert <eggert@cs.ucla.edu><br>
<b>Sent:</b> Monday, October 29, 2018 8:47 AM<br>
<b>To:</b> Arthur David Olson<br>
<b>Cc:</b> Time Zone Mailing List<br>
<b>Subject:</b> Re: [tz] zdump bug?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 10/28/18 9:23 PM, Paul Eggert wrote:<br>
> 'zdump New_York' is treated differently from 'zdump ./New_York'. It <br>
> might make sense for the code to try harder to treat only ".." <br>
> components differently.<br>
<br>
I installed the attached first patch to try to do that. The second <br>
attached patch silences a warning when running "make <br>
CFLAGS='$(GCC_DEBUG_FLAGS)' GCC_INSTRUMENT=" on my platform (I updated <br>
GCC recently).<br>
<br>
</div>
</span></font></div>
</body>
</html>