<?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 Clock Change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885689#M280722</link>
    <description>I have several hp9000 based servers running hpux 11:x.&lt;BR /&gt;Could you advise me how do I find out whether my server automatically adjust the clock from BSt to GMT? &lt;BR /&gt;&lt;BR /&gt;If not what are the steps to follow to make the time change one hour back?&lt;BR /&gt;&lt;BR /&gt;  If some one can apply why that will be much help ful.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;s.o&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2006 10:58:34 GMT</pubDate>
    <dc:creator>so_2</dc:creator>
    <dc:date>2006-10-24T10:58:34Z</dc:date>
    <item>
      <title>Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885689#M280722</link>
      <description>I have several hp9000 based servers running hpux 11:x.&lt;BR /&gt;Could you advise me how do I find out whether my server automatically adjust the clock from BSt to GMT? &lt;BR /&gt;&lt;BR /&gt;If not what are the steps to follow to make the time change one hour back?&lt;BR /&gt;&lt;BR /&gt;  If some one can apply why that will be much help ful.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;s.o&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2006 10:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885689#M280722</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-10-24T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885690#M280723</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Generally you just chane the TZ variable.&lt;BR /&gt;&lt;BR /&gt;All the time zone does is effect the display of time.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/faqs/hp/hpux-faq/section-167.html" target="_blank"&gt;http://www.faqs.org/faqs/hp/hpux-faq/section-167.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Generally it is a bad idea to set system clocks back. It can cause oracle crashes because transaction records are suddenly out of order.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Oct 2006 11:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885690#M280723</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-24T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885691#M280724</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# echo $TZ&lt;BR /&gt;if you see GMT0BST, you should be all set.&lt;BR /&gt;&lt;BR /&gt;tztab(4):&lt;BR /&gt;# Greenwich Mean Time, British Summer Time&lt;BR /&gt;GMT0BST&lt;BR /&gt;0 3 25-31 3  1983-1984 0   BST-1&lt;BR /&gt;0 3 23-29 3  1985-1990 0   BST-1&lt;BR /&gt;0 3 25-31 3  1991-1995 0   BST-1&lt;BR /&gt;0 2 25-31 3  1996-2038 0   BST-1&lt;BR /&gt;0 1 25-31 10 1983-1985 0   GMT0&lt;BR /&gt;0 1 23-29 10 1986-1994 0   GMT0&lt;BR /&gt;0 1 18-24 10 1995      0   GMT0&lt;BR /&gt;0 1 25-31 10 1996-2038 0   GMT0&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 24 Oct 2006 11:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885691#M280724</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-24T11:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885692#M280725</link>
      <description>HP-UX never changes time. It always maintains time as UTC (aka, GMT). Daylight saving (or British Summer Time for your location) is configured by the file /etc/TIMEZONE. Use this command:&lt;BR /&gt; &lt;BR /&gt;echo $TZ&lt;BR /&gt; &lt;BR /&gt;to see if your current timezone setting is GMT0BST. If so, there is nothing to do. The commands:&lt;BR /&gt; &lt;BR /&gt;date&lt;BR /&gt;date -u&lt;BR /&gt; &lt;BR /&gt;should show your current time and then GMT time. As mentioned, the TZ variable changes the representation of time to programs. The /etc/TIMEZONE file will set this variable for every login.</description>
      <pubDate>Tue, 24 Oct 2006 13:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885692#M280725</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-24T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885693#M280726</link>
      <description>Make sure that you have the latest timezone patches as well for your operating system version.&lt;BR /&gt;&lt;BR /&gt;PHCO_34669  s700_800 11.23 tztab(4) cumulative patch     &lt;BR /&gt;PHCO_34668  s700_800 11.11 tztab(4) cumulative patch     &lt;BR /&gt;PHCO_34673  s700_800 11.00 tztab(4) cumulative patch</description>
      <pubDate>Tue, 24 Oct 2006 13:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885693#M280726</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2006-10-24T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885694#M280727</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Apologies for my delayed response.&lt;BR /&gt;&lt;BR /&gt;My servers are with correct time zone.&lt;BR /&gt;Now I need the following things to be clarified.&lt;BR /&gt;&lt;BR /&gt;1. Whether the clock chnage happens in a moment  or will it change slowly( by running the clock in a different speed) ?&lt;BR /&gt;2. Do i need to stop my applications running?&lt;BR /&gt;3. Do i need to stop my cron jobs ?&lt;BR /&gt;4.How the application, cron jobs will be affetced if it is a sudden change?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your valuable replies.&lt;BR /&gt;&lt;BR /&gt;s.o</description>
      <pubDate>Thu, 26 Oct 2006 09:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885694#M280727</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-10-26T09:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885695#M280728</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;1.  There is no actual clock change.  What changes is your *offset* from UTC (GMT).  The manpages for 'tztahb(4)' discuss this.  Unix keeps "Epoch" time --- the number of seconds elapsed since January 1, 1970.  That number always increments.  Your perception of the correct local time is a positive or negative offset from that ever-advancing counter.&lt;BR /&gt;&lt;BR /&gt;2.  You do not need to stop your applications.  Standard queries for time and any logs use the ever-advancing seconds counter.&lt;BR /&gt;&lt;BR /&gt;3.  The 'cron' daemon handles daylight saving transitions.  The manpages for 'cron(1M)' describe this quite well.&lt;BR /&gt;&lt;BR /&gt;4.  See the responses in #2 &amp;amp; #3, above.&lt;BR /&gt;&lt;BR /&gt;If it helps you visualize things, do this:&lt;BR /&gt;&lt;BR /&gt;# TZ=UTC date&lt;BR /&gt;# TZ=GMT0BST date&lt;BR /&gt;&lt;BR /&gt;Note that this defines a TZ variable value only for the duration of the commandline because a *space* (whitespace) follows the variable setting and preceeds the command.  There are no semicolons in the above.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Oct 2006 09:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-change/m-p/3885695#M280728</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-26T09:36:33Z</dc:date>
    </item>
  </channel>
</rss>

