<?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: tz question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074417#M308155</link>
    <description>When you don't bother to identify the client application, it's difficult to know. By default, TZ is not defined in /etc/profile but rather in /etc/TIMEZONE. Moreover, the last TZ setting wins so each user's .profile could be overriding /etc/profile. All of this makes the (silly) assumption that your client application does a traditional login. The TZ may be inherited from inetd if inetd is used to spawn client connections. You would need to restart inetd in that case.</description>
    <pubDate>Fri, 21 Sep 2007 18:53:11 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-09-21T18:53:11Z</dc:date>
    <item>
      <title>tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074416#M308154</link>
      <description>Hello,&lt;BR /&gt;I have a server running hp-ux11.23&lt;BR /&gt;I have changed the time zone to GMT recently from CST.For that i have edited /etc/profile.&lt;BR /&gt;Now the cients are having some problems when running thier application....application log files are showing up as CST times.&lt;BR /&gt;What could be the issue. any idea&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 21 Sep 2007 18:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074416#M308154</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2007-09-21T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074417#M308155</link>
      <description>When you don't bother to identify the client application, it's difficult to know. By default, TZ is not defined in /etc/profile but rather in /etc/TIMEZONE. Moreover, the last TZ setting wins so each user's .profile could be overriding /etc/profile. All of this makes the (silly) assumption that your client application does a traditional login. The TZ may be inherited from inetd if inetd is used to spawn client connections. You would need to restart inetd in that case.</description>
      <pubDate>Fri, 21 Sep 2007 18:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074417#M308155</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-09-21T18:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074418#M308156</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you globally changed the server's TZ (timezone) because you wanted all users and processes to use the new localtime, you should reboot the server so that *every* process has a chance to re-cache the correct TZ settings.&lt;BR /&gt;&lt;BR /&gt;That said, a better choice is to edit '/etc/TIMEZONE' which is sourced by 'etc/profile'.&lt;BR /&gt;&lt;BR /&gt;An effective way to perform this is to run:&lt;BR /&gt;&lt;BR /&gt;# /sbin/set_parms timezone&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 21 Sep 2007 19:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074418#M308156</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-21T19:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074419#M308157</link>
      <description>Thanks so much for both of you.&lt;BR /&gt;Can i kindly request...&lt;BR /&gt;could you please let me know an example service or application that use inetd to spawn client connections..&lt;BR /&gt;Thanks so much sir</description>
      <pubDate>Fri, 21 Sep 2007 19:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074419#M308157</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2007-09-21T19:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074420#M308158</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; could you please let me know an example service or application that use inetd to spawn client connections&lt;BR /&gt;&lt;BR /&gt;Simply examine your '/etc/inetd.conf'.  Standardly, FTP and TELNET along with other "internet" services, are started by the 'inetd' daemon.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 21 Sep 2007 19:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074420#M308158</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-21T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074421#M308159</link>
      <description>Thanks James.Which i'm aware of ...i miss understood in the first place .&lt;BR /&gt;Thanks again</description>
      <pubDate>Fri, 21 Sep 2007 19:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074421#M308159</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2007-09-21T19:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: tz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074422#M308160</link>
      <description>The time in HP-UX is always kept in GMT. The value for TZ modifies the time all applications and commands use. If CST time is shown in the application logs, then the apps were started with TZ=CST. You can change the value of TZ anytime, even setting different TZ values for different apps. TZ is a simple environment variable -- change it as necessary.</description>
      <pubDate>Fri, 21 Sep 2007 21:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tz-question/m-p/4074422#M308160</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-09-21T21:00:01Z</dc:date>
    </item>
  </channel>
</rss>

