<?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: ENVironment Variable TZ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741622#M67784</link>
    <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Making that change will not change back during a system reboot. Unfortunately the 'MST' time is one that comes with the system. If the TZ is not fixed properly during a system installation, problems like this can occur.&lt;BR /&gt;The '/usr/lib/tztab' should not be changed unless there is a change to the dates designated by Bob Carr and his merry men. Let me know if you need further help.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael</description>
    <pubDate>Tue, 11 Jun 2002 00:55:43 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-06-11T00:55:43Z</dc:date>
    <item>
      <title>ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741618#M67780</link>
      <description>I am hoping someone would like to clarify something for me.  We have an 800 series ux machine + UX 11.00 OP sys.  Our TZ variable is &lt;BR /&gt;TZ=EST-10EDT.  Timezone appears to be set for 'mountain' - 420 minutes west of GMT.  DST = 1.  We are in Sydney, Australia.  Do these settings appear to be correct for this region?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any info...&lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 10 Jun 2002 23:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741618#M67780</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-10T23:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741619#M67781</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Your settings should be as follows:&lt;BR /&gt;&lt;BR /&gt;/etc/profile&lt;BR /&gt;# Set the TIMEZONE&lt;BR /&gt;&lt;BR /&gt;        if [ -r /etc/TIMEZONE ]&lt;BR /&gt;        then&lt;BR /&gt;           . /etc/TIMEZONE&lt;BR /&gt;        else&lt;BR /&gt;            TZ=EST-10EDT               # change this for local time.&lt;BR /&gt;            export TZ&lt;BR /&gt;&lt;BR /&gt;Contents of /etc/TIMEZONE&lt;BR /&gt;$ more /etc/TIMEZONE&lt;BR /&gt;TZ=EST-10EDT&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;Also you can check each user, by typing in:&lt;BR /&gt;&lt;BR /&gt;# echo $TZ&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael</description>
      <pubDate>Mon, 10 Jun 2002 23:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741619#M67781</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-10T23:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741620#M67782</link>
      <description>According to the comments in /usr/lib/tztab, that is correct. The man page for tztab and the comments in the file are good for help on timezones (political as they may be).</description>
      <pubDate>Tue, 11 Jun 2002 00:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741620#M67782</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-11T00:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741621#M67783</link>
      <description>Michael, It appears the only difference we have to your info is in the else statement of the TIMEZONE portion of /etc/profile. We have ... else&lt;BR /&gt;         TZ=MST7MDT&lt;BR /&gt;         export TZ&lt;BR /&gt;fi &lt;BR /&gt;This would appear to be the Mountain standard time...  If I change this to TZ=EST-10EDT would this not change back to MST7MDT during a system reboot because the kernel parms have somehow got this Mountain paratmeter set? The /etc/TIMEZONE file is set to EST-10EDT.&lt;BR /&gt;Thanks for help and also thanks to Bill for your info also.&lt;BR /&gt;&lt;BR /&gt;Maria.</description>
      <pubDate>Tue, 11 Jun 2002 00:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741621#M67783</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-11T00:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741622#M67784</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Making that change will not change back during a system reboot. Unfortunately the 'MST' time is one that comes with the system. If the TZ is not fixed properly during a system installation, problems like this can occur.&lt;BR /&gt;The '/usr/lib/tztab' should not be changed unless there is a change to the dates designated by Bob Carr and his merry men. Let me know if you need further help.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael</description>
      <pubDate>Tue, 11 Jun 2002 00:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741622#M67784</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-11T00:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: ENVironment Variable TZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741623#M67785</link>
      <description>Michael,&lt;BR /&gt;Thankyou for all your info and patience.  Info from here has been invaluable.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Maria.</description>
      <pubDate>Tue, 11 Jun 2002 01:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variable-tz/m-p/2741623#M67785</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-11T01:28:22Z</dc:date>
    </item>
  </channel>
</rss>

