<div dir="ltr"><div>Hi,</div><div><br></div><div>Unlike other countries, Ireland sets it is "Summer Time" as "Ireland Standard Time", and drops an hour in Winter (to GMT).</div><div><br></div><div>This has been discussed on the mailing list at length.  If your parser cannot handle the negative DST, there is a "rearguard" collection of zone files that provides compatibility, for now.</div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">-- <br>Sanjeev Gupta<br>+65 98551208     <a href="http://www.linkedin.com/in/ghane" target="_blank">http://www.linkedin.com/in/ghane</a></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 28, 2019 at 1:48 AM Guruswamy Basavaiah <<a href="mailto:guru2018@gmail.com">guru2018@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
  Generated timezone files using the below command on release 2018e.<br>
   zic -L /dev/null -d output_dir  -y "sh yearistype.sh" europe<br>
<br>
zdump show daylight saving flag (isdst=1) is wrongly set for<br>
Europe/Dublin. Daylight saving time should start from March 31 and end<br>
on October 27.<br>
But here it shows reverse.<br>
zdump -v /home/basavaia/output_dir/Europe/Dublin | grep 2019<br>
/home/basavaia/output_dir/Europe/Dublin  Sun Mar 31 00:59:59 2019 UT =<br>
Sun Mar 31 00:59:59 2019 GMT isdst=1 gmtoff=0<br>
/home/basavaia/output_dir/Europe/Dublin  Sun Mar 31 01:00:00 2019 UT =<br>
Sun Mar 31 02:00:00 2019 IST isdst=0 gmtoff=3600<br>
/home/basavaia/output_dir/Europe/Dublin  Sun Oct 27 00:59:59 2019 UT =<br>
Sun Oct 27 01:59:59 2019 IST isdst=0 gmtoff=3600<br>
/home/basavaia/output_dir/Europe/Dublin  Sun Oct 27 01:00:00 2019 UT =<br>
Sun Oct 27 01:00:00 2019 GMT isdst=1 gmtoff=0<br>
Above Behavior is same in 2019a also.<br>
<br>
If I check the same on 2018a, it gives proper output.<br>
zdump -v /home/basavaia/2018a/Europe/Dublin | grep 2019<br>
/home/basavaia/2018a/Europe/Dublin  Sun Mar 31 00:59:59 2019 UT = Sun<br>
Mar 31 00:59:59 2019 GMT isdst=0 gmtoff=0<br>
/home/basavaia/2018a/Europe/Dublin  Sun Mar 31 01:00:00 2019 UT = Sun<br>
Mar 31 02:00:00 2019 IST isdst=1 gmtoff=3600<br>
/home/basavaia/2018a/Europe/Dublin  Sun Oct 27 00:59:59 2019 UT = Sun<br>
Oct 27 01:59:59 2019 IST isdst=1 gmtoff=3600<br>
/home/basavaia/2018a/Europe/Dublin  Sun Oct 27 01:00:00 2019 UT = Sun<br>
Oct 27 01:00:00 2019 GMT isdst=0 gmtoff=0<br>
<br>
Is my understanding correct?<br>
And this behavior is introduced in commit<br>
127b4af7219e6df9253b34e390797c5527b8cc66<br>
<br>
I am not in this mailing list, please include my email id while responding.<br>
-- <br>
Guruswamy Basavaiah<br>
</blockquote></div>