<div dir="ltr">I hadn't come across Afk.ZoneInfo before. I'll take an action to write a <a href="https://github.com/nodatime/tzvalidate">tzvalidate</a> implementation for it.<div><br></div><div>In the meantime, you may want to consider using my <a href="https://nodatime.org">Noda Time</a> project instead, which is a different .NET library that exposes IANA data. (It's far more than that, but you can use it for just that if you want.)</div><div><br></div><div>Jon</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 3 Aug 2018 at 11:52, Robert MacGrogan <<a href="mailto:rmacgrogan@flightbridge.com">rmacgrogan@flightbridge.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for your help. I'll see if I can take this up with the Ak Zone Info project. <div><br></div><div>--Rob</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 2, 2018 at 2:11 PM, Paul Eggert <span dir="ltr"><<a href="mailto:eggert@cs.ucla.edu" target="_blank">eggert@cs.ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/02/2018 09:23 AM, Robert MacGrogan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Running my own unit tests, btw, that is not the output I get. For Sun Mar 11 07:00:00 2018 UT using the 2018e data I get Sun Mar 11 02:00:00 2018 as the local Grand Turk time. So maybe it is a code issue. If I change line 3426 in the northamerica file to this:<br>
<br>
-4:00USAST2018 Mar 11 3:00<br>
</blockquote>
<br>
Yes, it sounds like a code issue on your end. That change to the data is definitely wrong, as it would cause America/Grand_Turk to observe DST in 2016 and 2017 (which is ahistorical) and would always abbreviate the time as "AST" even when it was Atlantic Daylight Time.<br>
<br>
My guess is that your code is getting confused by the "2018 Mar 11 3:00", and is incorrectly interpreting that timestamp as being EST instead of AST. As I recall, zic itself had problems in this area, long ago.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_6898813011398712273gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(68,68,68)"><p style="font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:16px;color:rgb(33,33,33);margin-bottom:10px"><span style="font-weight:bold;color:rgb(101,101,101)">Rob MacGrogan</span> <span style="color:rgb(179,179,179)">|</span> <span style="color:rgb(101,101,101)">Director of Software Development</span> <br><a href="mailto:rmacgrogan@flightbridge.com" style="color:rgb(0,82,136);text-decoration:none;display:inline" target="_blank">rmacgrogan@flightbridge.com </a><br><span style="color:rgb(101,101,101)"><a href="tel:850-509-6158" value="+18505096158" style="color:rgb(101,101,101);text-decoration:none" target="_blank">850-509-6158</a></span></p><table border="0" cellpadding="0" width="450" style="font-family:"Times New Roman";table-layout:fixed"><tbody><tr><td align="left" valign="middle" width="170"><p style="margin-right:10px;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:14px;margin-bottom:0px;margin-top:0px"><a href="http://www.flightbridge.com/" style="color:rgb(17,85,204);text-decoration:none" target="_blank"><img src="http://www.flightbridge.com/images/brand/flightbridge_logo_email_55.png" alt="FlightBridge" border="0"></a></p></td><td align="left" valign="top" nowrap width="10" style="border-left:1px solid rgb(179,179,179)"><img src="http://www.flightbridge.com/images/defaults/img_trans.gif" width="10"></td><td align="left" valign="middle" nowrap width="290"><p style="font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:16px;margin-bottom:0px;margin-top:0px"><span style="font-weight:bold;color:rgb(0,82,136)">FlightBridge, Inc.</span> <br><span style="color:rgb(101,101,101)">530 Means Street, Suite 405</span> <br><span style="color:rgb(101,101,101)">Atlanta, GA 30318</span> <br><a href="http://www.flightbridge.com/" style="color:rgb(0,82,136);text-decoration:none;display:inline" target="_blank">www.flightbridge.com</a></p></td></tr></tbody></table><table border="0" cellpadding="0" width="450" style="font-family:"Times New Roman";table-layout:fixed"><tbody><tr><td align="left" valign="middle" width="170"><br></td><td align="left" valign="top" nowrap width="10" style="border-left:1px solid rgb(179,179,179)"><br></td><td align="left" valign="middle" nowrap width="290"><br></td></tr></tbody></table></div></div></div></div></div></div>
</div>
</blockquote></div>