<?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 How to set the timezone without Daylight Savings Time? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512633#M218526</link>
    <description>I can not find the timezone in /usr/lib/tztab for GMT without Daylight Savings Time.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Mar 2005 07:09:47 GMT</pubDate>
    <dc:creator>MA Qiang</dc:creator>
    <dc:date>2005-03-28T07:09:47Z</dc:date>
    <item>
      <title>How to set the timezone without Daylight Savings Time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512633#M218526</link>
      <description>I can not find the timezone in /usr/lib/tztab for GMT without Daylight Savings Time.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2005 07:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512633#M218526</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-03-28T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the timezone without Daylight Savings Time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512634#M218527</link>
      <description>Use set_parms timezone.&lt;BR /&gt;It has the non-daylight options.&lt;BR /&gt;You can also specify a custom timezone if needed.</description>
      <pubDate>Mon, 28 Mar 2005 07:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512634#M218527</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2005-03-28T07:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the timezone without Daylight Savings Time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512635#M218528</link>
      <description>GMT0</description>
      <pubDate>Mon, 28 Mar 2005 07:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512635#M218528</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-03-28T07:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the timezone without Daylight Savings Time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512636#M218529</link>
      <description>Can I use GMT?</description>
      <pubDate>Mon, 28 Mar 2005 19:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512636#M218529</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-03-28T19:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the timezone without Daylight Savings Time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512637#M218530</link>
      <description>HP-UX keeps time as GMT. When you login, the GMT time (more accurately known as UTC time) is translated by the setting of TZ. So you can set the TZ variable for all users by editing the file: /etc/TIMEZONE which looks like this:&lt;BR /&gt; &lt;BR /&gt;TZ=EST5EDT&lt;BR /&gt;export TZ&lt;BR /&gt; &lt;BR /&gt;Change it to read:&lt;BR /&gt; &lt;BR /&gt;TZ=GMT&lt;BR /&gt;export TZ&lt;BR /&gt; &lt;BR /&gt;and now your local time will be displayed and interpreted as GMT.&lt;BR /&gt; &lt;BR /&gt;NOTE: HP-UX is somewhat unique in handling timezones. Look at the manpage for tztab (and also look at the file: /usr/lib/tztab) to see how it it can be customized. HP-UX never changes time for Dalight Saving, the system libraries only change the representation of time based on TZ. This is quite a feature because any user from anyplace in the world can see the server's time in their local timezone. The user's timestamps for file changes will match local time as well as date reporting the local time. All the user has to do is export TZ in their local .profile and presto! local time. You can demonstrate this with these commands:&lt;BR /&gt; &lt;BR /&gt;date&lt;BR /&gt;TZ=GMT date&lt;BR /&gt;TZ=EST5EDT date&lt;BR /&gt;TZ=XYZ1 date&lt;BR /&gt;TZ=ABC-1 date&lt;BR /&gt; &lt;BR /&gt;Now you'll notice that timezones XYZ and ABC are not defined in tztab. You can actually define your own timezone as well as any Daylight Saving you'd like to use. The details are a bit hidden: man environ&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2005 22:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-the-timezone-without-daylight-savings-time/m-p/3512637#M218530</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-28T22:11:03Z</dc:date>
    </item>
  </channel>
</rss>

