<?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: Timezone change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415067#M861407</link>
    <description>1st use ntpdate get the same time value from the NTP server&lt;BR /&gt;&lt;BR /&gt;2nd use xntpd to keep "sync'ed" with the NTP server&lt;BR /&gt;&lt;BR /&gt;3rd use whatever TZ value is appropriate for your environment ...as the pros above have explained&lt;BR /&gt;&lt;BR /&gt;NOTE: since going backwards about a hour in time you may what to do steps 1 and 2 above by just rebooting ...but before rebooting make sure NTP is configured properly and that ntpdate is set to run in /sbin/init.d/xntpd</description>
    <pubDate>Fri, 05 Nov 2004 11:57:52 GMT</pubDate>
    <dc:creator>Marc Ahrendt</dc:creator>
    <dc:date>2004-11-05T11:57:52Z</dc:date>
    <item>
      <title>Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415059#M861399</link>
      <description>I did a TZ=CST6CDT and an export TZ but the system time didn't change.  Is there something that I am missing?</description>
      <pubDate>Thu, 04 Nov 2004 11:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415059#M861399</guid>
      <dc:creator>doug kirk</dc:creator>
      <dc:date>2004-11-04T11:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415060#M861400</link>
      <description>Setting TZ never changes time, what it does changes the way time is re-presented. The system time is always in GMT.&lt;BR /&gt;&lt;BR /&gt;What exactly you want?? Change time or set TZ?? you can just do export TZ=xxx, and it will take effect immediately.&lt;BR /&gt;&lt;BR /&gt;For setting the time, (setting it ahead , setting it back), you will have to use date command. but do understand that applications like oracle etc are time sensitive and can crate problems.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 04 Nov 2004 11:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415060#M861400</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-04T11:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415061#M861401</link>
      <description>&amp;gt; The system time is always in GMT.&lt;BR /&gt;&lt;BR /&gt;Being pedantic, it's not GMT but UTC (which is exactly the same as GMT to all intents and purposes)  ;)</description>
      <pubDate>Thu, 04 Nov 2004 11:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415061#M861401</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-11-04T11:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415062#M861402</link>
      <description>I set up NTP and I am pulling time from our time server and now my system is an hour fast.  I thought if I changed the timezone the system would change an hour.  Any suggestions to resolve?</description>
      <pubDate>Thu, 04 Nov 2004 11:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415062#M861402</guid>
      <dc:creator>doug kirk</dc:creator>
      <dc:date>2004-11-04T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415063#M861403</link>
      <description>Setting it to NTP would not help if time difference is too much. (that is also in some milli secs)&lt;BR /&gt;&lt;BR /&gt;If you want to set to the time server, first shutdown all applications that are time sensitive, then do ntpdate command. This would set time same as that of NTP server. then start NTP.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 04 Nov 2004 11:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415063#M861403</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-04T11:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415064#M861404</link>
      <description>You seem to assume that your system has a single timezone; in fact, your system could have many TZ settings all in play simultaneously and all equally valid. You could have users scattered all over the planet. /etc/TIMEZONE serves as the default for TZ but is easily overriden by a new definition of TZ. You should be able to set /etc/TIMEZONE and then logout. Log back in and run the date command. Your new timezone setting should now be in effect -- for this session and assuming that your own .profile (or /etc/profile) does not override /etc/TIMEZONE. Processes that were started before the TZ change won't have a clue that anything has changed. All NTP protocols use UTC and TZ only affects how time is displayed. If you want your new timezone settings (as defined in /etc/TIMEZONE) to be recogized by all processes, including daemons, you will need to reboot. Normally, /etc/TIMEZONE never needs to be changed after the initial installation. Daylight savings time transitions are handled automatically by the system and no intervention should be required.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 11:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415064#M861404</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-04T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415065#M861405</link>
      <description>HP server stores UTC time. When Coordinating with NTP, UTC time is what you get. When you want to display date, TZ is used, and date is displayed with this modifer.&lt;BR /&gt;&lt;BR /&gt;Now for seeing time reflect our marvelous Daylight Saving Time system, you must have a TZ set to something ending with DST (like Daylight Saving Time). You can find possibilities in /usr/lib/tztab.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 11:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415065#M861405</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-04T11:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415066#M861406</link>
      <description>NTP adjusted the UTC time but now the UTC time is an hour fast.  The UTC on the time server is correct.  How can I get this server in sync with the time server?</description>
      <pubDate>Thu, 04 Nov 2004 11:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415066#M861406</guid>
      <dc:creator>doug kirk</dc:creator>
      <dc:date>2004-11-04T11:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415067#M861407</link>
      <description>1st use ntpdate get the same time value from the NTP server&lt;BR /&gt;&lt;BR /&gt;2nd use xntpd to keep "sync'ed" with the NTP server&lt;BR /&gt;&lt;BR /&gt;3rd use whatever TZ value is appropriate for your environment ...as the pros above have explained&lt;BR /&gt;&lt;BR /&gt;NOTE: since going backwards about a hour in time you may what to do steps 1 and 2 above by just rebooting ...but before rebooting make sure NTP is configured properly and that ntpdate is set to run in /sbin/init.d/xntpd</description>
      <pubDate>Fri, 05 Nov 2004 11:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone-change/m-p/3415067#M861407</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2004-11-05T11:57:52Z</dc:date>
    </item>
  </channel>
</rss>

