<?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 Brazilian Timezone in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116086#M149804</link>
    <description>Can anyone please advise as to what the official entry in /usr/lib/tztab should be for Brazilian Time.&lt;BR /&gt;My current entry shows:&lt;BR /&gt;# Brazil&lt;BR /&gt;&lt;BR /&gt;BRA3BST&lt;BR /&gt;59 23 12-18 2  1997-1998 6 BRA3&lt;BR /&gt;59 23 19-25 2  1999-2001 6 BRA3&lt;BR /&gt;59 23 16-23 2  2002-2038 1 BRA3&lt;BR /&gt;59 23 02-08 10 1996-1997 6 BST2&lt;BR /&gt;59 23 09-15 10 1998-2000 6 BST2&lt;BR /&gt;00 01 19-25 10 2001-2038 1 BST2&lt;BR /&gt;&lt;BR /&gt;I have another server also in Brazil and their tztab entry is:&lt;BR /&gt;&lt;BR /&gt;# Brazil&lt;BR /&gt;&lt;BR /&gt;BRA3BST&lt;BR /&gt;59 23 12-18 2  1997-1998 6 BRA3&lt;BR /&gt;59 23 19-25 2  1999-2001 6 BRA3&lt;BR /&gt;00 01 10-16 3  2002-2038 1 BRA3&lt;BR /&gt;59 23 02-08 10 1996-1997 6 BST2&lt;BR /&gt;59 23 09-15 10 1998-2000 6 BST2&lt;BR /&gt;00 01 10-16 10 2001-2038 1 BST2&lt;BR /&gt;&lt;BR /&gt;The only differece between the two are the dates which the date would change.&lt;BR /&gt;Both sites have a TZ set as BRA3BST.&lt;BR /&gt;&lt;BR /&gt;The time on the second server is correct, the time on the first server is one hour behind what it should be, ie 3 hours behind UTC rather than 2 hours behind.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Nov 2003 09:43:09 GMT</pubDate>
    <dc:creator>Michael T. Harding</dc:creator>
    <dc:date>2003-11-11T09:43:09Z</dc:date>
    <item>
      <title>Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116086#M149804</link>
      <description>Can anyone please advise as to what the official entry in /usr/lib/tztab should be for Brazilian Time.&lt;BR /&gt;My current entry shows:&lt;BR /&gt;# Brazil&lt;BR /&gt;&lt;BR /&gt;BRA3BST&lt;BR /&gt;59 23 12-18 2  1997-1998 6 BRA3&lt;BR /&gt;59 23 19-25 2  1999-2001 6 BRA3&lt;BR /&gt;59 23 16-23 2  2002-2038 1 BRA3&lt;BR /&gt;59 23 02-08 10 1996-1997 6 BST2&lt;BR /&gt;59 23 09-15 10 1998-2000 6 BST2&lt;BR /&gt;00 01 19-25 10 2001-2038 1 BST2&lt;BR /&gt;&lt;BR /&gt;I have another server also in Brazil and their tztab entry is:&lt;BR /&gt;&lt;BR /&gt;# Brazil&lt;BR /&gt;&lt;BR /&gt;BRA3BST&lt;BR /&gt;59 23 12-18 2  1997-1998 6 BRA3&lt;BR /&gt;59 23 19-25 2  1999-2001 6 BRA3&lt;BR /&gt;00 01 10-16 3  2002-2038 1 BRA3&lt;BR /&gt;59 23 02-08 10 1996-1997 6 BST2&lt;BR /&gt;59 23 09-15 10 1998-2000 6 BST2&lt;BR /&gt;00 01 10-16 10 2001-2038 1 BST2&lt;BR /&gt;&lt;BR /&gt;The only differece between the two are the dates which the date would change.&lt;BR /&gt;Both sites have a TZ set as BRA3BST.&lt;BR /&gt;&lt;BR /&gt;The time on the second server is correct, the time on the first server is one hour behind what it should be, ie 3 hours behind UTC rather than 2 hours behind.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 09:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116086#M149804</guid>
      <dc:creator>Michael T. Harding</dc:creator>
      <dc:date>2003-11-11T09:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116087#M149805</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;the entry to /usr/lib/tztab needs to&lt;BR /&gt;be edited each year. Here is the entry for 2003/2004:&lt;BR /&gt;&lt;BR /&gt;# Brazil Eastern Standard Time, Brazil Eastern Daylight Time&lt;BR /&gt;# horario verao&lt;BR /&gt;BEST3BEDT&lt;BR /&gt;0 0 15-21 2  2003 0 BEST3&lt;BR /&gt;0 0 18-24 10 2003 0 BEDT2&lt;BR /&gt;0 0 14-20 2  2004 0 BEST3&lt;BR /&gt;&lt;BR /&gt;Add these lines to /usr/lib/tztab. Then edit /etc/TIMEZONE:&lt;BR /&gt;&lt;BR /&gt;TZ=BEST3BEDT&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;Reboot the system. Verify that the timezone and date were set correctly:&lt;BR /&gt;&lt;BR /&gt;# echo $TZ&lt;BR /&gt;BEST3BEDT&lt;BR /&gt;# date&lt;BR /&gt;&lt;BR /&gt;HTH,</description>
      <pubDate>Tue, 11 Nov 2003 09:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116087#M149805</guid>
      <dc:creator>Mister_Z</dc:creator>
      <dc:date>2003-11-11T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116088#M149806</link>
      <description>The top one is consistent with the TZTAB that was release in the 1998/1999 timeframe.&lt;BR /&gt;&lt;BR /&gt;I havent seen the lower one before, however, I have seen a lot of documentation on the internet (via google) that indicates that the Brazil timezone shifts (from BRA to BST) change over short periods of time.&lt;BR /&gt;&lt;BR /&gt;Given that the 2nd words, I would go with that.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 09:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116088#M149806</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-11-11T09:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116089#M149807</link>
      <description>The tztab file should be correct as long as the government leaves the week wherein the timezone is changed the same...&lt;BR /&gt;It is strange that in your case the output of date is different, since both should use BST2 by now (it is now after both the week from 10-16 and 19-25 october). So I think you need to look at the current timezone both servers report in the output of the date command.&lt;BR /&gt;&lt;BR /&gt;As for the different DST changes: make sure both servers have the same patchlevel. I think one of them is somewhat behind. Patch at least this file, because you will run into problems again between the end of february and half march.</description>
      <pubDate>Tue, 11 Nov 2003 09:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116089#M149807</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-11T09:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116090#M149808</link>
      <description>I'm actually surprised to see that one of your server would be at a different time.  Unfortunately, I wouldn't be able to tell you which one is right, though what I can tell you is this : &lt;BR /&gt;&lt;BR /&gt;Both servers should have adjusted their time already.  The first server should have adjusted its time between the 19th and the 25ht of October and the second server should have adjusted its time between the 10th and the 16th of October.  &lt;BR /&gt;&lt;BR /&gt;Since you said one of those server didn't have its time adjusted, I'm a bit surprised.</description>
      <pubDate>Tue, 11 Nov 2003 10:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116090#M149808</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-11-11T10:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Brazilian Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116091#M149809</link>
      <description>Most painless process is to use 'set_parms'.&lt;BR /&gt; &lt;BR /&gt;# set_parms timezone&lt;BR /&gt;&lt;BR /&gt;This command will prompt you for everything including whether or not to use daylight savings time.</description>
      <pubDate>Tue, 11 Nov 2003 11:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brazilian-timezone/m-p/3116091#M149809</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-11-11T11:08:21Z</dc:date>
    </item>
  </channel>
</rss>

