<?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: Setting Time Zone on a server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722353#M948299</link>
    <description>I have always used the 'set_parms' command to set this and certain other system values.&lt;BR /&gt;&lt;BR /&gt;I also recommend after you change this that you reboot the system.  I had to correct a timezone once, didn't reboot, and found out that cron didn't read the change until the reboot.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Mon, 13 May 2002 11:04:04 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2002-05-13T11:04:04Z</dc:date>
    <item>
      <title>Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722351#M948297</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;How can I set the time zone on  a server?&lt;BR /&gt;Is it shell specific setting or system-wide parameter?&lt;BR /&gt;Will a process automatically detect the change in time zone at runtime without restarting the process? (Esp. Java)&lt;BR /&gt;&lt;BR /&gt;Any help in this regard is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raghu.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 10:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722351#M948297</guid>
      <dc:creator>Gamoji Raghavendra</dc:creator>
      <dc:date>2002-05-13T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722352#M948298</link>
      <description>Use /sbin/set_parms timezone.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 13 May 2002 11:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722352#M948298</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-13T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722353#M948299</link>
      <description>I have always used the 'set_parms' command to set this and certain other system values.&lt;BR /&gt;&lt;BR /&gt;I also recommend after you change this that you reboot the system.  I had to correct a timezone once, didn't reboot, and found out that cron didn't read the change until the reboot.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 11:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722353#M948299</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-05-13T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722354#M948300</link>
      <description>Processes use the TZ environment variable in order to convert to local time (see man timezone).&lt;BR /&gt;&lt;BR /&gt;TZ is sourced from /etc/TIMEZONE so to make a permanent change, you have to edit that file or run setparms to do it for you.&lt;BR /&gt;&lt;BR /&gt;Processes that are already running will not detect the change. To ensure that all processes are updated, you'd have to reboot. Specific processes would have to be restarted wi th a modified TZ.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 13 May 2002 11:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722354#M948300</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-13T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722355#M948301</link>
      <description>1. /etc/set_parms timezone&lt;BR /&gt;2. System wide (but only after a reboot). You can set/change TZ in a shell.&lt;BR /&gt;3. No. The command above will change the TIMEZONE in /etc/TZ which is read as processes start. So in order to set the timezone the system needs to be rebooted.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 13 May 2002 11:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722355#M948301</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-13T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722356#M948302</link>
      <description>You can set time using SAM.&lt;BR /&gt;&lt;BR /&gt;Enter SAM on prompt.&lt;BR /&gt;Click on TIME icon.&lt;BR /&gt;&lt;BR /&gt;I hope it helps.&lt;BR /&gt;Mahima</description>
      <pubDate>Mon, 13 May 2002 11:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722356#M948302</guid>
      <dc:creator>Mahima Kaushik_2</dc:creator>
      <dc:date>2002-05-13T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Time Zone on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722357#M948303</link>
      <description>Hey folks,&lt;BR /&gt;Thanks very much for the help.&lt;BR /&gt;Now, my doubt is resolved.&lt;BR /&gt;&lt;BR /&gt;bye,&lt;BR /&gt;Raghu.</description>
      <pubDate>Mon, 13 May 2002 11:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-time-zone-on-a-server/m-p/2722357#M948303</guid>
      <dc:creator>Gamoji Raghavendra</dc:creator>
      <dc:date>2002-05-13T11:10:52Z</dc:date>
    </item>
  </channel>
</rss>

