<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429742#M2563</link>
    <description>I'd suggest NEVER changing the kernel versions of TZ. The one in /etc/TIMEZONE (which is the one set_parms changes), doesn't require a reboot. However applications 'might' get upset, depending on ho well they are written</description>
    <pubDate>Fri, 07 Jul 2000 17:26:37 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-07-07T17:26:37Z</dc:date>
    <item>
      <title>Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429738#M2559</link>
      <description>I have a HP9000 k370 that displays the correct time at the command prompt.  However, I need to change the time zone from PDT to Eastern Time Zone.  Can someone give me the command to type and the syntax for root to enter this command?</description>
      <pubDate>Fri, 07 Jul 2000 16:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429738#M2559</guid>
      <dc:creator>Richard Horton</dc:creator>
      <dc:date>2000-07-07T16:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429739#M2560</link>
      <description>Change the /etc/TIMEZONE file&lt;BR /&gt;&lt;BR /&gt;You probably therefore want :-&lt;BR /&gt;&lt;BR /&gt;EST5EST&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2000 16:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429739#M2560</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-07T16:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429740#M2561</link>
      <description>You can also use /sbin/set_parms timezone&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Fri, 07 Jul 2000 16:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429740#M2561</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-07T16:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429741#M2562</link>
      <description>Also in SAM&lt;BR /&gt;under kernel config&lt;BR /&gt;and define parameters&lt;BR /&gt;but ya have to enter it in the number of min of off GMT&lt;BR /&gt;and also set the DST Param as well Yes or No for Daylight Savings Time&lt;BR /&gt;&lt;BR /&gt;I was always told to rebuild the kernel when changing the timezone&lt;BR /&gt;is this true?</description>
      <pubDate>Fri, 07 Jul 2000 17:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429741#M2562</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2000-07-07T17:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429742#M2563</link>
      <description>I'd suggest NEVER changing the kernel versions of TZ. The one in /etc/TIMEZONE (which is the one set_parms changes), doesn't require a reboot. However applications 'might' get upset, depending on ho well they are written</description>
      <pubDate>Fri, 07 Jul 2000 17:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429742#M2563</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-07T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429743#M2564</link>
      <description>/etc/TIMEZONE will have little effect on the system while it is running.  This file (along with other config files in /etc) are sourced (executed in place) by /etc/rc.config, a script that starts all processes as the system boots.  The inherited value of $TZ for all automatically-stated procsses will be unaffected if the TIMEZONE file is changed without a reboot.&lt;BR /&gt;&lt;BR /&gt;The kernel parameters: timezone and dst should always be changed to match your local time. When $TZ is not inherited (special daemons or background processes), then exec calls to time routines will use the kernel parameters to select the time representation. Here is a quick review of time on HP-UX:&lt;BR /&gt;&lt;BR /&gt;Time in Unix is always maintained as UTC or Zulu time.  That's what the internal clock maintains.  It makes perfect sense since this is the only universally recognized time reference.  All other time zones very poor definitions of what is essentially an astronomic definition.  Timezones follow political boundaries, not solar references.&lt;BR /&gt;          &lt;BR /&gt;And to make things worse, Daylight savings time is completely uncoordinated even in the U.S.  and thus, Unix addresses the issue with the (in?)famous /usr/lib/tztab file.  The good news is that you can edit it and create any timezone you like with any DST values you'd like, even rules that change from year to year.&lt;BR /&gt;                     &lt;BR /&gt;Unix is unique in that any user can log in remotely from any location on earth, set the value of $TZ to the local timezone and from then on, all date and time references will be accurate for the local timezone.  This includes daylight savings time.  The Unix clock *never* skips forward or backward--only the interpretation changes based on the value on $TZ in the environment.  This means that a database that uses a date stamp will obtain it's date stamp after being filtered by $TZ and the tztab rules. While the time will seem to jump, it is just the interpretation of Zulu/UTC time in that timezone.&lt;BR /&gt; &lt;BR /&gt;The key is /etc/TIMEZONE where the current value of the tztab entry is kept for the host system.  When the system starts, the script:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config&lt;BR /&gt;&lt;BR /&gt;is run and sources (executes locally) all the scripts in /etc/rc.config.d and also sources /etc/TIMEZONE.  This sets all the ENV variables used by the startup scripts.  Thus, when a network service such as inetd is started, it inherits the current values listed in /etc/TIMEZONE and so do the child processes of inetd.&lt;BR /&gt;&lt;BR /&gt;One additional note: Some background processes may not inherit a $TZ value (for example, certain daemons, cronjobs, etc) and in this case, the kernel parameters timezone and dst need to be set for the local timezone.  This is a less precise method as dst only has 6 formats but at least there will be a known timezone value for the date/time routines in these unique cases.</description>
      <pubDate>Sat, 08 Jul 2000 17:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429743#M2564</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-08T17:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429744#M2565</link>
      <description>While we are the subject of time - what is time syncronization? My k200 reports&lt;BR /&gt;on bootup that "time syncronization failed", but the system seems to have the&lt;BR /&gt;correct time anyway.</description>
      <pubDate>Tue, 11 Jul 2000 19:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429744#M2565</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2000-07-11T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429745#M2566</link>
      <description>You may be using NTP or Network Time Protocol&lt;BR /&gt;Check to see whether you have it enabled to start in /etc/rc.config.d/netdaemons.&lt;BR /&gt;If so, it may be incorrectly set up or need redirecting to a working Time Server</description>
      <pubDate>Tue, 11 Jul 2000 19:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time/m-p/2429745#M2566</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-07-11T19:09:52Z</dc:date>
    </item>
  </channel>
</rss>

