<?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 timezone in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591750#M924993</link>
    <description>how do you change the timezone in hp-ux 11 ?</description>
    <pubDate>Tue, 09 Oct 2001 10:59:01 GMT</pubDate>
    <dc:creator>jim bidebo</dc:creator>
    <dc:date>2001-10-09T10:59:01Z</dc:date>
    <item>
      <title>timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591750#M924993</link>
      <description>how do you change the timezone in hp-ux 11 ?</description>
      <pubDate>Tue, 09 Oct 2001 10:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591750#M924993</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2001-10-09T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591751#M924994</link>
      <description>use set_parms timezone&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 11:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591751#M924994</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-10-09T11:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591752#M924995</link>
      <description>Put the correct timezone in /etc/TIMEZONE.  But since you're more than likely going to need to reboot the machine in order for all the processes to recognize the new timezone, you're probably better off using Bill's suggestion above.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 11:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591752#M924995</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T11:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591753#M924996</link>
      <description>System timezone or "user" timezone?</description>
      <pubDate>Tue, 09 Oct 2001 11:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591753#M924996</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-09T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591754#M924997</link>
      <description>Hi Jim:&lt;BR /&gt;&lt;BR /&gt;Bill is correct, you can use 'sbin/set_parms timezone' to establish the timezone.&lt;BR /&gt;&lt;BR /&gt;/etc/TIMEZONE holds your global setting and this file is sourced by /etc/profile during login.&lt;BR /&gt;&lt;BR /&gt;If you merely want to temporarily change your TZ variable for testing, you could set it for one command like this:&lt;BR /&gt;&lt;BR /&gt;# date # ...my current TZ &lt;BR /&gt;# TZ=MSG7MDT date #...Mountain time for this one&lt;BR /&gt;# date #...my current TZ again (still)&lt;BR /&gt;&lt;BR /&gt;For a list of defined timezones, see: /usr/lib/tztab&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Oct 2001 11:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591754#M924997</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-09T11:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591755#M924998</link>
      <description>problem solved&lt;BR /&gt;tnx everyone.&lt;BR /&gt;&lt;BR /&gt;/etc/TIMEZONE.. and no need for reboot..&lt;BR /&gt;&lt;BR /&gt;unfortunally the time changed aswell..&lt;BR /&gt;simple to fix anyway =)</description>
      <pubDate>Tue, 09 Oct 2001 12:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591755#M924998</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2001-10-09T12:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591756#M924999</link>
      <description>It's important to note that time NEVER changes in HP-UX, only the decoding of the time (via $TZ).  HP-UX always keeps time as Zulu, Greenwich Meant Time, Universal Coordinated Time, etc, in other words, astronomer's time.&lt;BR /&gt;&lt;BR /&gt;HP-UX is unique in that $TZ may be specified on a login-by-login basis such that users all over the world can login to the system, set their $TZ value to match their local timezone and all date operations such as ls -l will look correct.  The set_parms timezone and /etc/TIMEZONE file are used to establish the machine's local time and provide a default TZ for logins.  But as demonstrated in previous answers, just changing TZ to a different value will change the decoding of internal time. &lt;BR /&gt;&lt;BR /&gt;This also includes setting the date from root. And changing the date or time is a fairly disruptive action for any server, so much so that sysadmins will often 'wrapper' the date command to not allow changing the date/time by root without a lot of warnings. It is a good idea to change date/time in single user mode then reboot.  Or better yet, use NTP (part of 10.x and higher) to point to a firewall router that has NTP enabled.&lt;BR /&gt;&lt;BR /&gt;Note for Daylight Savings:&lt;BR /&gt;--------------------------&lt;BR /&gt;&lt;BR /&gt;You don't need to do anything. Zulu time has no Daylight Savings concept but the decoder file /usr/lib/tztab will take care of the time change by representing the time according to the rules in tztab. So at the fall-back hour, $TZ will cause time to appear to move backwards but in reality, only the display of the time changed. cron jobs will still run correctly although the rules are complex (man cron).</description>
      <pubDate>Tue, 09 Oct 2001 12:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timezone/m-p/2591756#M924999</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-09T12:33:41Z</dc:date>
    </item>
  </channel>
</rss>

