<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057739#M436124</link>
    <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;You're right, it was a 'copy&amp;amp;paste' error.&lt;BR /&gt;The tztab that i have is:&lt;BR /&gt;&lt;BR /&gt;EBST3EBDT&lt;BR /&gt;0 0 4-10 11 2006 0 EBDT2&lt;BR /&gt;0 0 22-28 2 2007 0 EBST3&lt;BR /&gt;0 0 4-10 11 2007 0 EBDT2&lt;BR /&gt;&lt;BR /&gt;and using TZ settings i get:&lt;BR /&gt;&lt;BR /&gt;$ TZ=GMT0 date     &lt;BR /&gt;Fri Jul 13 07:25:48 GMT 2007&lt;BR /&gt;$ TZ=EBST3EBDT date&lt;BR /&gt;Fri Jul 13 05:25:50 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;and the last is wrong cause it will be:&lt;BR /&gt;Fri Jul 13 04:25:50 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jul 2007 02:27:18 GMT</pubDate>
    <dc:creator>Alejandro Ros Igual</dc:creator>
    <dc:date>2007-07-13T02:27:18Z</dc:date>
    <item>
      <title>tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057731#M436116</link>
      <description>how work ?&lt;BR /&gt;I changed tztab file for insert a new timezone for Brazil, like this:&lt;BR /&gt;&lt;BR /&gt;# Brazil Eastern Standard Time, Brazil Eastern Daylight Time &lt;BR /&gt;# horario verao &lt;BR /&gt;&lt;BR /&gt;EBST3EBDT &lt;BR /&gt;0 0 4-10  11 2006 0 EBST3&lt;BR /&gt;0 0 22-28 2  2007 0 EBST4&lt;BR /&gt;0 0 4-10  11 2007 0 EBDT3&lt;BR /&gt;&lt;BR /&gt;and i changed the TZ variable but the time doesn´t changed.&lt;BR /&gt;what is the next step?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 12 Jul 2007 05:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057731#M436116</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-12T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057732#M436117</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;TZ variable only effects how time is displayed. Time is calculated from the number of seconds since Jan 1, 1970.&lt;BR /&gt;&lt;BR /&gt;I believe a fresh login should display time correctly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jul 2007 05:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057732#M436117</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-12T05:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057733#M436118</link>
      <description>I'm sorry but i think i didnÂ´t explain correctly.&lt;BR /&gt;For ex.: when i logon into the so (HP-UX 11.11) and the user set the variable &lt;BR /&gt;TZ=MET-1METDST , the system show me the time UTC+2. That's right.&lt;BR /&gt;But,&lt;BR /&gt;when i set variable TZ=EBST3EBDT (for BRAZIL) the system show me time UTC-2, and that's wrong, cause in Brazil (Brasilia) the time now is UTC-3.&lt;BR /&gt;That's the problem and i thought the solution is to change tztab file for that timezone, but i think i have to do something more, like to compile a library or something like that.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 06:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057733#M436118</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-12T06:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057734#M436119</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; when i set variable TZ=EBST3EBDT (for BRAZIL) the system show me time UTC-2, and that's wrong, cause in Brazil (Brasilia) the time now is UTC-3.&lt;BR /&gt;That's the problem and i thought the solution is to change tztab file for that timezone, but i think i have to do something more, like to compile a library or something like that.&lt;BR /&gt;&lt;BR /&gt;There is nothing to compile.  The sole change is to the '/usr/lib/tztab'.  Then, in '/etc/TIMEZONE' set your new TZ specification if you want *all* users to see this view.  If only your login should see this localtime, export TZ=EBST3EBDT from your '${HOME}/.profile'.&lt;BR /&gt;&lt;BR /&gt;Your TZTAB looks ok.  Try:&lt;BR /&gt;&lt;BR /&gt;# TZ=EBST3EBDT date &lt;BR /&gt;# TZ=UTC date&lt;BR /&gt;&lt;BR /&gt;There is no semicolon after the TZ value.  This sets the variable only for the duration of the commaned (the 'date' command here).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jul 2007 06:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057734#M436119</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-12T06:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057735#M436120</link>
      <description>Hi James,&lt;BR /&gt;Thanks for your answer but i already had tried this before and the system show me &lt;BR /&gt;UTC-2 and that is wrong.&lt;BR /&gt;&lt;BR /&gt;Are there any service for Timezone to restart?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057735#M436120</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-12T07:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057736#M436121</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Are there any service for Timezone to restart?&lt;BR /&gt;&lt;BR /&gt;No and yes.  Processes that have already started running before the file's change need to be restarted.  The 'cron' daemon is probably the most notable example, although databases are good representatives too.  New processes started since the change will see the new rules.  The libC library routines handle the file's interpretation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jul 2007 07:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057736#M436121</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-12T07:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057737#M436122</link>
      <description>Sorry James, but i don't know what is your propose exactly.</description>
      <pubDate>Thu, 12 Jul 2007 09:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057737#M436122</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-12T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057738#M436123</link>
      <description>Are you in the southern hemisphere?&lt;BR /&gt;I would think that Brazil wouldn't have DST since it is so near the equator?&lt;BR /&gt;&lt;BR /&gt;EBST3EBDT&lt;BR /&gt;0 0 4-10 11 2006 0 EBST3&lt;BR /&gt;0 0 22-28 2 2007 0 EBST4&lt;BR /&gt;0 0 4-10 11 2007 0 EBDT3&lt;BR /&gt;&lt;BR /&gt;This isn't correct.  If you have EBST, it must be followed by "3", not 4.  And EBDT should be followed by "2".&lt;BR /&gt;&lt;BR /&gt;Please explain in words what you want to have in your timezone.&lt;BR /&gt;&lt;BR /&gt;Using your TZ settings I get:&lt;BR /&gt;$ TZ=GMT0 date&lt;BR /&gt;Fri Jul 13 04:56:29 GMT 2007&lt;BR /&gt;$ TZ=EBST3EBDT date&lt;BR /&gt;Fri Jul 13 00:56:30 EBST 2007&lt;BR /&gt;&lt;BR /&gt;So between Feb 25 and Nov 4, it is 4 hours behind GMT, and you are in EBST.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but i don't know what is your propose exactly.&lt;BR /&gt;&lt;BR /&gt;JRF is trying to tell you that there are some processes that require a reboot.  There are others that just setting TZ will cause an immediate change.</description>
      <pubDate>Fri, 13 Jul 2007 00:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057738#M436123</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-13T00:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057739#M436124</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;You're right, it was a 'copy&amp;amp;paste' error.&lt;BR /&gt;The tztab that i have is:&lt;BR /&gt;&lt;BR /&gt;EBST3EBDT&lt;BR /&gt;0 0 4-10 11 2006 0 EBDT2&lt;BR /&gt;0 0 22-28 2 2007 0 EBST3&lt;BR /&gt;0 0 4-10 11 2007 0 EBDT2&lt;BR /&gt;&lt;BR /&gt;and using TZ settings i get:&lt;BR /&gt;&lt;BR /&gt;$ TZ=GMT0 date     &lt;BR /&gt;Fri Jul 13 07:25:48 GMT 2007&lt;BR /&gt;$ TZ=EBST3EBDT date&lt;BR /&gt;Fri Jul 13 05:25:50 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;and the last is wrong cause it will be:&lt;BR /&gt;Fri Jul 13 04:25:50 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2007 02:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057739#M436124</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-13T02:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057740#M436125</link>
      <description>What libc patch do you have?&lt;BR /&gt;&lt;BR /&gt;I had problems with 11.22 but 11.11, 11.23 and 11.31 work fine:&lt;BR /&gt;$ TZ=GMT0 date&lt;BR /&gt;Fri Jul 13 19:08:06 GMT 2007&lt;BR /&gt;$ TZ=EBST3EBDT  date&lt;BR /&gt;Fri Jul 13 16:08:09 EBST 2007&lt;BR /&gt;$ TZ=EBST3EBDT  dst.pl&lt;BR /&gt;Sun Feb 25 00:59:59 EBDT 2007 --&amp;gt; Sun Feb 25 00:00:00 EBST 2007&lt;BR /&gt;Sat Nov 03 22:59:59 EBST 2007 --&amp;gt; Sun Nov 04 00:00:00 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;Note: Typically all of the xDT rules are before the xST rules.  See Australia.</description>
      <pubDate>Fri, 13 Jul 2007 14:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057740#M436125</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-13T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057741#M436126</link>
      <description>&amp;gt;and the last is wrong cause it will be:&lt;BR /&gt;Fri Jul 13 04:25:50 EBDT 2007&lt;BR /&gt;&lt;BR /&gt;No, with your rules, it is EBST.</description>
      <pubDate>Fri, 13 Jul 2007 14:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057741#M436126</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-13T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057742#M436127</link>
      <description>BTW, your date range 4-10 seems strange.  While easy to explain in NERD or tztab format, seems to be strange in any legalese I've seen.  It would be the Sunday that's in the date range from the 4th to 10th.&lt;BR /&gt;&lt;BR /&gt;Or more traditional legalese, the first Sunday in Nov that is after the first Thursday.</description>
      <pubDate>Fri, 13 Jul 2007 14:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057742#M436127</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-13T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057743#M436128</link>
      <description>Thanks all,&lt;BR /&gt;The system works fine.&lt;BR /&gt;I change the tztab adding:&lt;BR /&gt;&lt;BR /&gt;# Brazil Eastern Standard Time, Brazil Eastern Daylight Time &lt;BR /&gt;# horario verao &lt;BR /&gt;&lt;BR /&gt;BEST3BEDT&lt;BR /&gt;0 0 4-10 11 2006 0 BEDT2&lt;BR /&gt;0 0 22-28 2 2007 0 BEST3&lt;BR /&gt;0 0 4-10 11 2007 0 BEDT2&lt;BR /&gt;&lt;BR /&gt;and when i check:&lt;BR /&gt;$ TZ=GMT0 date&lt;BR /&gt;Mon Jul 16 13:06:38 GMT 2007&lt;BR /&gt;$ TZ=BEST3BEDT date&lt;BR /&gt;Mon Jul 16 10:06:41 BEST 2007&lt;BR /&gt;$ TZ=BEST3BEDT dst.pl&lt;BR /&gt;Sun Feb 25 00:59:59 BEDT 2007 --&amp;gt; Sun Feb 25 00:00:00 BEST 2007&lt;BR /&gt;Sat Nov 03 22:59:59 BEST 2007 --&amp;gt; Sun Nov 04 00:00:00 BEDT 2007&lt;BR /&gt;&lt;BR /&gt;it's ok !&lt;BR /&gt;&lt;BR /&gt;the problem were tztab format (more than one spaces between numbers).&lt;BR /&gt;&lt;BR /&gt;bye.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057743#M436128</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-16T08:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057744#M436129</link>
      <description>Thanks all,&lt;BR /&gt;The system works fine.&lt;BR /&gt;I change the tztab adding:&lt;BR /&gt;&lt;BR /&gt;# Brazil Eastern Standard Time, Brazil Eastern Daylight Time &lt;BR /&gt;# horario verao &lt;BR /&gt;&lt;BR /&gt;BEST3BEDT&lt;BR /&gt;0 0 4-10 11 2006 0 BEDT2&lt;BR /&gt;0 0 22-28 2 2007 0 BEST3&lt;BR /&gt;0 0 4-10 11 2007 0 BEDT2&lt;BR /&gt;&lt;BR /&gt;and when i check:&lt;BR /&gt;$ TZ=GMT0 date&lt;BR /&gt;Mon Jul 16 13:06:38 GMT 2007&lt;BR /&gt;$ TZ=BEST3BEDT date&lt;BR /&gt;Mon Jul 16 10:06:41 BEST 2007&lt;BR /&gt;$ TZ=BEST3BEDT dst.pl&lt;BR /&gt;Sun Feb 25 00:59:59 BEDT 2007 --&amp;gt; Sun Feb 25 00:00:00 BEST 2007&lt;BR /&gt;Sat Nov 03 22:59:59 BEST 2007 --&amp;gt; Sun Nov 04 00:00:00 BEDT 2007&lt;BR /&gt;&lt;BR /&gt;it's ok !&lt;BR /&gt;&lt;BR /&gt;the problem were tztab format (more than one spaces between numbers).&lt;BR /&gt;&lt;BR /&gt;bye.</description>
      <pubDate>Mon, 16 Jul 2007 08:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057744#M436129</guid>
      <dc:creator>Alejandro Ros Igual</dc:creator>
      <dc:date>2007-07-16T08:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: tztab issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057745#M436130</link>
      <description>&amp;gt;The problem were tztab format (more than one spaces between numbers).&lt;BR /&gt;&lt;BR /&gt;That's strange.  tztab(4) says:&lt;BR /&gt;The fields are separated by spaces or tabs.</description>
      <pubDate>Mon, 16 Jul 2007 12:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tztab-issue/m-p/5057745#M436130</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-16T12:34:25Z</dc:date>
    </item>
  </channel>
</rss>

