<?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: TIMEZONE &amp;amp; Daylight Saving Time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518528#M219499</link>
    <description>HP-UX is rather unique in that the timechanges can be configured by the user by modifying the /usr/lib/tztab file. Man 4 tztab for details.&lt;BR /&gt;&lt;BR /&gt;The good news is that I have a Perl script which will ask the system for you and it uses the same functions as the date command and localtime() related functions do.&lt;BR /&gt;&lt;BR /&gt;All you have to do is:&lt;BR /&gt;dst.pl&lt;BR /&gt;&lt;BR /&gt;That will display the exact seconds before and after each time change for the ciurrent year. Invoke it as dst.pl -u for full usage. If you have one of the free Perl's installed on a Windows box, it will even work on them as well.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Apr 2005 18:01:43 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-04-05T18:01:43Z</dc:date>
    <item>
      <title>TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518526#M219497</link>
      <description>Hi every body:&lt;BR /&gt;&lt;BR /&gt;I want to solve the problem that I have with my HP-UX. every time with the TIME ZONE.&lt;BR /&gt;&lt;BR /&gt;I am in Central America using the TIME ZONE TZ=CST6CDT according to the command env.&lt;BR /&gt;&lt;BR /&gt;I need to know:&lt;BR /&gt;  &lt;BR /&gt;When they are the days and the hours change in summer and winter for my time zone?&lt;BR /&gt;&lt;BR /&gt;That I should modify so that not ahead or do go back the hour in summer or winter?  &lt;BR /&gt;  &lt;BR /&gt;I wait can help me&lt;BR /&gt;&lt;BR /&gt;Thank you !!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 17:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518526#M219497</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-04-05T17:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518527#M219498</link>
      <description>All these are configured in the tztab file.&lt;BR /&gt;&lt;BR /&gt;# man tztab&lt;BR /&gt;&lt;BR /&gt;for more information.</description>
      <pubDate>Tue, 05 Apr 2005 17:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518527#M219498</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-04-05T17:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518528#M219499</link>
      <description>HP-UX is rather unique in that the timechanges can be configured by the user by modifying the /usr/lib/tztab file. Man 4 tztab for details.&lt;BR /&gt;&lt;BR /&gt;The good news is that I have a Perl script which will ask the system for you and it uses the same functions as the date command and localtime() related functions do.&lt;BR /&gt;&lt;BR /&gt;All you have to do is:&lt;BR /&gt;dst.pl&lt;BR /&gt;&lt;BR /&gt;That will display the exact seconds before and after each time change for the ciurrent year. Invoke it as dst.pl -u for full usage. If you have one of the free Perl's installed on a Windows box, it will even work on them as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 18:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518528#M219499</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-05T18:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518529#M219500</link>
      <description>I should also add that because a UNIX box could have users connected all over the world, if you need to test for other TZ's then simply set and export TZ before executing the Perl script or you can set it for just one execution like this:&lt;BR /&gt;&lt;BR /&gt;TZ=EST5EDT dst.pl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 18:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518529#M219500</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-05T18:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518530#M219501</link>
      <description>hi:&lt;BR /&gt;&lt;BR /&gt;And what time the server change hour &lt;BR /&gt;at the 12:59 Pm or 1:59 AM ?     &lt;BR /&gt;    &lt;BR /&gt;How I interpret the the file tztab?&lt;BR /&gt;&lt;BR /&gt;Thank you !!!</description>
      <pubDate>Tue, 05 Apr 2005 18:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518530#M219501</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-04-05T18:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518531#M219502</link>
      <description>Download the Perl script and execute it. It will tell you exactly on YOUR system. We have no way of knowing if someone has altered the tztab or what TZ's are actually in effect. Ask the system itself; that's what dst.pl does.</description>
      <pubDate>Tue, 05 Apr 2005 19:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518531#M219502</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-05T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518532#M219503</link>
      <description>Here is the output of dst.pl on one of my systems with TZ=CST6CDT BUT because someone may have altered your CST6CDT tztab entry, you should execute it on your box after detaching it.&lt;BR /&gt;&lt;BR /&gt;$ echo ${TZ}&lt;BR /&gt;CST6CDT&lt;BR /&gt;$ perl dst.pl -y 2005&lt;BR /&gt;Sun Apr 03 01:59:59 CST 2005 --&amp;gt; Sun Apr 03 03:00:00 CDT 2005&lt;BR /&gt;Sun Oct 30 01:59:59 CDT 2005 --&amp;gt; Sun Oct 30 01:00:00 CST 2005&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Notice that it shows you both transitions for 2005.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 19:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518532#M219503</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-05T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: TIMEZONE &amp; Daylight Saving Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518533#M219504</link>
      <description>When you need a unique timezone, start by finding out the rules for your location. If your area does use Daylight Saving changes, then you can make up your own timezone. The secret to doing this is found in the man pages for environ and tztab. So if you're in Panama and there is no entry for Panama, you can create a TZ value = PAN6 or even PANAMA6. The first 3 or more letters are arbitrary, the next number is the hours of offset from GMT (Zulu) time. Since Panama is 6 hours away from GMT and does not observe summer time (Daylight Saving Time), that's all you need.&lt;BR /&gt; &lt;BR /&gt;To make the change work for everyone, edit the file /etc/TIMEZONE:&lt;BR /&gt; &lt;BR /&gt;TZ=PANAMA6&lt;BR /&gt;export TZ&lt;BR /&gt; &lt;BR /&gt;The key is that HP-UX never changes timezones, it is always GMT. The TZ value simply adjusts how it is displayed or interpreted.</description>
      <pubDate>Tue, 05 Apr 2005 21:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-amp-daylight-saving-time/m-p/3518533#M219504</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-05T21:26:39Z</dc:date>
    </item>
  </channel>
</rss>

