<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tztab file format for DST changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009742#M426261</link>
    <description>Hi (again) Chris):&lt;BR /&gt;&lt;BR /&gt;You are correct.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 20 Oct 2006 13:05:43 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-10-20T13:05:43Z</dc:date>
    <item>
      <title>tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009738#M426257</link>
      <description>In the eastern time zone time changes for EDT and EST both in spring and fall occur at 02:00 AM.&lt;BR /&gt;&lt;BR /&gt;Why is it that the hour field in tztab (the 2nd one)at which the change occurs is 3 in the spring and 1 in the fall ?&lt;BR /&gt;&lt;BR /&gt;Should'nt these values be 2 for the change to occur at 02:00 AM ?&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 20 Oct 2006 12:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009738#M426257</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-10-20T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009739#M426258</link>
      <description>No because the time change occurs at 01:01:59 EDT and transitions to 01:00:00 EST.&lt;BR /&gt;&lt;BR /&gt;Use the attached Perl script, dst.pl to check your entries. It doesn't know anything about tztab directly but rather uses the same underlying libc functions that all the UNIX utilities like date use. &lt;BR /&gt;&lt;BR /&gt;Invoke as dst.pl for full usage.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2006 12:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009739#M426258</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-10-20T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009740#M426259</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;No, the file is correct.  The minute before the '3' hour mark is "1:59" at the transition point.  We think of this at 2:00 AM.&lt;BR /&gt;&lt;BR /&gt;For example, in April 2006 the time changed from 01:59:59 to 03:00:00.  In October 2006 Eastern times will move from 01:59:59 to 01:00:00.&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'tztab(4)'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Oct 2006 12:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009740#M426259</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-20T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009741#M426260</link>
      <description>Clay,I had already installed and run your script and it works fine, thank you.&lt;BR /&gt;&lt;BR /&gt;But I was  still wondering about those entries in tztab. I read the man page but it still wasn't clear.&lt;BR /&gt;&lt;BR /&gt;So if I understand well that second field represents the "target" hour after the system changes time.&lt;BR /&gt;&lt;BR /&gt;ie: In the spring it will change from 01:59:59 to 03:00 hence the 3 in the second field of tztab&lt;BR /&gt;&lt;BR /&gt;likewise in the fall time will change from&lt;BR /&gt;01:59:59 to 01:00:00 hence the 1 in the second field.&lt;BR /&gt;&lt;BR /&gt;Is this right or am I missing something still ?&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2006 12:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009741#M426260</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-10-20T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009742#M426261</link>
      <description>Hi (again) Chris):&lt;BR /&gt;&lt;BR /&gt;You are correct.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Oct 2006 13:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009742#M426261</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-20T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: tztab file format for DST changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009743#M426262</link>
      <description>Thanks Guys, have a good weekend...</description>
      <pubDate>Fri, 20 Oct 2006 13:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-file-format-for-dst-changes/m-p/5009743#M426262</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-10-20T13:07:28Z</dc:date>
    </item>
  </channel>
</rss>

