<?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: Daylight Saving Time Simple Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039285#M432553</link>
    <description>Yes, if you set TZ=CST6 then the time will always be 6 hours after UTC. Manually edit /etc/TIMEZONE and insert this value and you are good to go. You should stop and restart the cron daemon after making this change but you will probably go through a number of reboots during an install that will restart cron implicitly.&lt;BR /&gt;&lt;BR /&gt;NOTE: Should any of your user define their unique TZ value then it will take precedence over your system TZ setting -- just as it should because TZ actually only controls how time is displayed; the system simply counts seconds since 1-Jan-1970.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Apr 2007 17:24:34 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-04-10T17:24:34Z</dc:date>
    <item>
      <title>Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039284#M432552</link>
      <description>This is not a year 2007 specific question.  I am installing some new severs (and I need to fix some others) with regards to time zones.  When installing a new server from the CD's (HP-UX 11i v1), I would like to set the time zone to Central Standard Time, but that is not an option.  The only option is CST6CDT, which switches from CST to CDT, which is NOT what I want.  I want the time to always be CST.  Our existing servers are set to CST6 and it works exactly the way I want it to.&lt;BR /&gt;     So my question is 1) Is CST6 the proper setting for Central Standard Time? and 2) How do I change it on the server if it is not an option?</description>
      <pubDate>Tue, 10 Apr 2007 17:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039284#M432552</guid>
      <dc:creator>Peter Chokola</dc:creator>
      <dc:date>2007-04-10T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039285#M432553</link>
      <description>Yes, if you set TZ=CST6 then the time will always be 6 hours after UTC. Manually edit /etc/TIMEZONE and insert this value and you are good to go. You should stop and restart the cron daemon after making this change but you will probably go through a number of reboots during an install that will restart cron implicitly.&lt;BR /&gt;&lt;BR /&gt;NOTE: Should any of your user define their unique TZ value then it will take precedence over your system TZ setting -- just as it should because TZ actually only controls how time is displayed; the system simply counts seconds since 1-Jan-1970.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 17:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039285#M432553</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-10T17:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039286#M432554</link>
      <description>&amp;gt; Is CST6 the proper setting for Central Standard Time?&lt;BR /&gt; &lt;BR /&gt;The man page for environ tells everything about TZ. First, there is no proper setting. TZ can be anything you want. Set TZ=BILLH6 and you'll get exactly the same behavior as TZ=CST6 (man environ). The TZ value can be any 3 (or more) characters followed by the offset from UTC (aka, GMT) and that offset is not limited to hours. Here are some examples:&lt;BR /&gt; &lt;BR /&gt;TZ=CST6CDT date&lt;BR /&gt;TZ=CST6 date&lt;BR /&gt;TZ=BILLH5 date&lt;BR /&gt;TZ=SILLY8:35:26 date&lt;BR /&gt; &lt;BR /&gt;In these examples, the TZ variable is set temporarily for the date command so you see the result. That's the beauty of the TZ variable -- it controls the representation of the kernel's time (which is always GMT, no daylight saving time).&lt;BR /&gt; &lt;BR /&gt;The /usr/lib/tztab is a shorthand way to track the past, present and future time changes. The CDT extension is just an additional but optional rule. However TZ doesn't have to be set to any of those rules. Define TZ as you want it, edit /etc/TIMEZONE and now everyone will see the new time. Be sure to reboot sometime so kernel processes and daemons will see the same TZ value. And TZ is very versatile. Each user can have their own TZ value so logins can be customized for users all over the world.</description>
      <pubDate>Tue, 10 Apr 2007 21:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039286#M432554</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-10T21:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039287#M432555</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Adding an entry like this to /usr/lib/tztab will enable the default display of time as you wish, and set /etc/TIMEZONE to match&lt;BR /&gt;CST6&lt;BR /&gt;0 1 1-7   3  2007-2038 0   CST6&lt;BR /&gt;&lt;BR /&gt;N.B. keep a copy of this entry so you can put it back since hp patching will overwrite this file from time to time.   &lt;BR /&gt;As the others indicate the TZ variable controls the time display in a shell.&lt;BR /&gt;In order to get the kernel routine time stamps to come out the same way (since they do not use the TZ variable especially at boot time), set the timzone kernel parameter to 360 (6 hours west of Greenwich, the supplied default is 420 PST )&lt;BR /&gt;and if you do not want the default time display to change each spring and autumn you may set the dst kernel parameter to 0 &lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 11 Apr 2007 03:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039287#M432555</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2007-04-11T03:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039288#M432556</link>
      <description>&amp;gt;Mike: Adding an entry like this to /usr/lib/tztab&lt;BR /&gt;&lt;BR /&gt;There is no need to create entries in tztab if they don't have DST.  (Unless you just want to document it.)  And why did you pick those particular values??&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mike: N.B. keep a copy of this entry so you can put it back since hp patching will overwrite this file from time to time.&lt;BR /&gt;&lt;BR /&gt;Adding this entry will prevent the file from being patched.  :-( &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mike: the supplied default is 420 PST)&lt;BR /&gt;&lt;BR /&gt;No, that's MST.</description>
      <pubDate>Wed, 11 Apr 2007 04:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039288#M432556</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-11T04:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039289#M432557</link>
      <description>&lt;BR /&gt;As Clay mentions, this will do what I want.&lt;BR /&gt;&lt;BR /&gt;"Yes, if you set TZ=CST6 then the time will always be 6 hours after UTC."&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.</description>
      <pubDate>Wed, 11 Apr 2007 08:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039289#M432557</guid>
      <dc:creator>Peter Chokola</dc:creator>
      <dc:date>2007-04-11T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight Saving Time Simple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039290#M432558</link>
      <description>Closed.</description>
      <pubDate>Wed, 11 Apr 2007 08:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-simple-question/m-p/5039290#M432558</guid>
      <dc:creator>Peter Chokola</dc:creator>
      <dc:date>2007-04-11T08:19:55Z</dc:date>
    </item>
  </channel>
</rss>

