<?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: Time Change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399343#M862902</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;You can look at the tztab file and the man page for it - it's pretty well explained right there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 13 Oct 2004 11:43:45 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-10-13T11:43:45Z</dc:date>
    <item>
      <title>Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399342#M862901</link>
      <description>Hello Gang,&lt;BR /&gt;&lt;BR /&gt;I saw a thread earlier today that mentioned the upcoming time change. Is there a command that indicates when the time changes for a particular timezone? Maybe something that reads the tztab file?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John</description>
      <pubDate>Wed, 13 Oct 2004 11:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399342#M862901</guid>
      <dc:creator>John Chaff</dc:creator>
      <dc:date>2004-10-13T11:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399343#M862902</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;You can look at the tztab file and the man page for it - it's pretty well explained right there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 13 Oct 2004 11:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399343#M862902</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-13T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399344#M862903</link>
      <description>First, note that the time change should be a complete non-event (except for us dumb humans). UNIX boxes don't care. There is no out-of-the-box command that will do what you want but I did write a Perl script that will do the trick. Invoke as dst.pl -u for full usage. It will even run on Windows boxes if you have Perl installed and it observes your TZ setting. Remember, a given box could have many TZ settings in play at any moment and all are equally valid.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 11:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399344#M862903</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-13T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399345#M862904</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;There is a kernel parameter "dst" that enables / disables daylight saving time.&lt;BR /&gt;&lt;BR /&gt;These two links should help you understand how the daylight saving time change happens on the system.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500534" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500534&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070865923" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070865923&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc ids are A5432015 &amp;amp; UCMDSKBRC00009530.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 11:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399345#M862904</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-13T11:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399346#M862905</link>
      <description>Hello Gang,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick replies! I just downloaded  A. Clay's perl program and it was just what I wanted. I need to send emails to my users. I just need to set and export TZ before using the program for each group of users.&lt;BR /&gt;&lt;BR /&gt;$ dst.pl -n&lt;BR /&gt;Sun Oct 31 01:59:59 EDT 2004 --&amp;gt; Sun Oct 31 01:00:00 EST 2004&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;This is a neat program!&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 11:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399346#M862905</guid>
      <dc:creator>John Chaff</dc:creator>
      <dc:date>2004-10-13T11:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399347#M862906</link>
      <description>If it were me, rather than splitting the emails into groups, I would simply list all the timezones in play. A given human should be smart enough to determine which timezone(s) are applicable. We can also use a shell trick that bypasses the need for an explicit export.&lt;BR /&gt;&lt;BR /&gt;TZ=EST5EDT dst.pl -n&lt;BR /&gt;&lt;BR /&gt;Leveraging that technique:&lt;BR /&gt;TZS="EST5EDT CST6CDT MST7MDT PST8PDT"&lt;BR /&gt;&lt;BR /&gt;for ZONE in ${TZS}&lt;BR /&gt;do&lt;BR /&gt;TZ=${ZONE} dst.pl -n&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Just put in the TZ's that you need in TZS and it will output all the time changes.&lt;BR /&gt;&lt;BR /&gt;There is also an option, '-d', to output the &lt;BR /&gt;days remaining until the time change which might prove useful.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 12:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3399347#M862906</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-13T12:14:05Z</dc:date>
    </item>
  </channel>
</rss>

