<?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 off by 1 hour in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005066#M425239</link>
    <description>tztab does not change time unless your current value of TZ matches an entry in tztab. Start by running the two versions of the program with TZ explicitly set. Note also that a program can behave differently if you patch shared libraries used by your program. There are several TZ and tztab problems mentioned in the libc patch: PHCO_33609 including a mention about changing tztab but the memory cached version is not updated.</description>
    <pubDate>Sun, 24 Sep 2006 21:23:03 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-09-24T21:23:03Z</dc:date>
    <item>
      <title>time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005065#M425238</link>
      <description>I recently applied the QPK1100 patches to an L1000 server running HP-UX 11.0 and found out that the time returned from the 'call time(mytime)' routine returns a time that is off by 1 hour.  If I recompile the code it works fine.  Due to SQA requirements though I can not recompile the codes.  I've tried changing the tztab file in /usr/lib setting the date to 1999 but as per what I found.  I'd rather not have to back out the pathes.  Has anyone else seen a problem like this and if so what did you do to fix it ?</description>
      <pubDate>Sat, 23 Sep 2006 14:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005065#M425238</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-09-23T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005066#M425239</link>
      <description>tztab does not change time unless your current value of TZ matches an entry in tztab. Start by running the two versions of the program with TZ explicitly set. Note also that a program can behave differently if you patch shared libraries used by your program. There are several TZ and tztab problems mentioned in the libc patch: PHCO_33609 including a mention about changing tztab but the memory cached version is not updated.</description>
      <pubDate>Sun, 24 Sep 2006 21:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005066#M425239</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-24T21:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005067#M425240</link>
      <description>I found out that by modifying the tztab file as follows I can get the returned time from the intrinsic function 'time' to corrently return the time given by the 'date' command.  The '...' are a placer for non-modified lines.  I changed the  CDT5 to CDT4.&lt;BR /&gt;&lt;BR /&gt;CST6CDT&lt;BR /&gt;...&lt;BR /&gt;0 3 1-7   4  1987-2038 0   CDT4&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;The environmental var TZ is set as follows : &lt;BR /&gt;# echo $TZ&lt;BR /&gt;CST6CDT&lt;BR /&gt;&lt;BR /&gt;I'm looking through PHCO_33609 to see if I can find any clues.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 13:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005067#M425240</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-09-25T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005068#M425241</link>
      <description>You don't happen to be in Indiana by chance? (just a guess) It turns out that Indiana has it's own rules when it comes to local time. As you might not know, timezones are always political and Indiana is no exception. There are two special timezones in Indiana and they are defined in tztab. Check that your /etc/TIMEZONE file correctly selects the correct Indiana TZ value.</description>
      <pubDate>Mon, 25 Sep 2006 16:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005068#M425241</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-25T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005069#M425242</link>
      <description>Almost forgot, you need PHCO_34673 (11.00) for the latest tztab which includes the daylight saving changes for next year.</description>
      <pubDate>Mon, 25 Sep 2006 16:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005069#M425242</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-25T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005070#M425243</link>
      <description>There is a possibility that the wrong timezone was used when setting the system time. Use date -u to see the current GMT time for the system. Compare that with:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://tycho.usno.navy.mil/cgi-bin/anim" target="_blank"&gt;http://tycho.usno.navy.mil/cgi-bin/anim&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;If this page does not match date -u, your internal clock wasn't set correctly because of the TZ definition the last time it was changed.</description>
      <pubDate>Mon, 25 Sep 2006 17:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005070#M425243</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-25T17:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005071#M425244</link>
      <description>The time when using date -u on several servers match.  I'm going to apply PHCO_33609 and PHCO_34673  to one of our test servers and see if it helps.&lt;BR /&gt;Rebooting the test server had no effect so my initial idea that it may have something to do with the cache'd tztab info must not be related.</description>
      <pubDate>Wed, 27 Sep 2006 10:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005071#M425244</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-09-27T10:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005072#M425245</link>
      <description>The problem only appears to be in codes that haven't been re-compiled since around 1995.  This leaves me with 3 codes that would need to be re-compiled to remove the problem.  I have installed the PHCO_33609 and the PHCO_34673 and it didn't fix the problem.  Recompiling the Fortran codes does fix the issue for that code.  I must assume that there is an old timezone subroutine that is causing the problem and recompiling it links it to a newer version of that code.  I am looking into how much work it would be to push a re-compile change through our SQA process.  Checking out a code typically takes around 1 month.  I will try and push the re-compile as a platform verification type change which will take much less time.  &lt;BR /&gt;&lt;BR /&gt;If anyone still has any ideas on other things to try I'd appreciate it.</description>
      <pubDate>Thu, 28 Sep 2006 16:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005072#M425245</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-09-28T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005073#M425246</link>
      <description>10 year old code...yeah, it definitely sounds like old libraries and/or obsolete or tricky code. As you might expect, old code needs to be refreshed once in a while. 11.00 is pretty old now (goes out of support this year) so you have a much larger issue coming up: migrating to 11.23.</description>
      <pubDate>Thu, 28 Sep 2006 16:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005073#M425246</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-28T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005074#M425247</link>
      <description>Is there a tool out there that will check my current system's hardware/software etc that will tell me if there is any hardware that isn't compatible with 11i ? &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Sep 2006 16:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005074#M425247</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-09-29T16:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005075#M425248</link>
      <description>You'll need to be more specific. Are you talking about hardware that is currently in your server, or hardware that you plan to add? For the former, just use:&lt;BR /&gt; &lt;BR /&gt;ioscan -f&lt;BR /&gt; &lt;BR /&gt;This will take several seconds to complete. Look for any items that are not claimed. As fas as applications, that you will have to research with the manufacturer of the software.</description>
      <pubDate>Sat, 30 Sep 2006 11:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005075#M425248</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-30T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005076#M425249</link>
      <description>The only item not "CLAIMED" is our Optical WORM writer.  Out current WORM writer software isn't supported under 11.11 or later and I'm looking for options.  If you know of a good Optical WORM writer software that works for HP-UX I'd be interested.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005076#M425249</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2006-11-03T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: time off by 1 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005077#M425250</link>
      <description>thread closed</description>
      <pubDate>Wed, 21 Oct 2009 18:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-off-by-1-hour/m-p/5005077#M425250</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2009-10-21T18:05:41Z</dc:date>
    </item>
  </channel>
</rss>

