<?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: Setting GMT time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715413#M61722</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is possible in two ways.&lt;BR /&gt;&lt;BR /&gt;1. The best way is by using the command&lt;BR /&gt;# set_parms timezone&lt;BR /&gt;&lt;BR /&gt;2. By changing the value of the TZ variable in the /etc/TIMEZONE file&lt;BR /&gt;&lt;BR /&gt;So choice is yours.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
    <pubDate>Thu, 02 May 2002 07:24:16 GMT</pubDate>
    <dc:creator>Sukant Naik</dc:creator>
    <dc:date>2002-05-02T07:24:16Z</dc:date>
    <item>
      <title>Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715407#M61716</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a system in local time (i think ) and I need to set this server to GMT time so the developer can do some test on their program.&lt;BR /&gt;&lt;BR /&gt;How do I change the time to GMT and back?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 04:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715407#M61716</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2002-05-02T04:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715408#M61717</link>
      <description>See /etc/TIMEZONE for TZ value set on your machine.&lt;BR /&gt;Any user can overwrite the TZ value in his environment (e.g. for sh): TZ=GMT0BST&lt;BR /&gt;&lt;BR /&gt;See /usr/lib/tztab for all possible TZ values.&lt;BR /&gt;&lt;BR /&gt;I think there is no need to change/set the real-time clock of your machine.&lt;BR /&gt;&lt;BR /&gt;Hartmut</description>
      <pubDate>Thu, 02 May 2002 04:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715408#M61717</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-05-02T04:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715409#M61718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to use the 'date' program.&lt;BR /&gt;&lt;BR /&gt;date [-u] [mmddhhmm[[cc]yy]]&lt;BR /&gt;e.g.&lt;BR /&gt;To set the date as 2nd may 2002 for 1:05AM&lt;BR /&gt;# date -u 050201052002&lt;BR /&gt;&lt;BR /&gt;The -u options indicates the UTC or GMT.&lt;BR /&gt;Have a look at the man page for a full description.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael~</description>
      <pubDate>Thu, 02 May 2002 04:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715409#M61718</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-02T04:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715410#M61719</link>
      <description>Hello&lt;BR /&gt;change the TZ variable.&lt;BR /&gt;TZ=&lt;YOUR timezone=""&gt;&lt;BR /&gt;eg&lt;BR /&gt;TZ=GMT-5.30&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan&lt;/YOUR&gt;</description>
      <pubDate>Thu, 02 May 2002 04:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715410#M61719</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-02T04:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715411#M61720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you wish to set it for the whole system, then following is the neatest way:&lt;BR /&gt;&lt;BR /&gt;# set_parms timezone&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 02 May 2002 04:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715411#M61720</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-02T04:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715412#M61721</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can achive this in two ways&lt;BR /&gt;&lt;BR /&gt;1. As steven says set_params&lt;BR /&gt;(Recommended)&lt;BR /&gt;2.&lt;BR /&gt;# vi  /etc/TIMEZONE &lt;BR /&gt;Change the TZ variable&lt;BR /&gt;TZ=GMT&lt;BR /&gt;&lt;BR /&gt;Niraj</description>
      <pubDate>Thu, 02 May 2002 04:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715412#M61721</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-05-02T04:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715413#M61722</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is possible in two ways.&lt;BR /&gt;&lt;BR /&gt;1. The best way is by using the command&lt;BR /&gt;# set_parms timezone&lt;BR /&gt;&lt;BR /&gt;2. By changing the value of the TZ variable in the /etc/TIMEZONE file&lt;BR /&gt;&lt;BR /&gt;So choice is yours.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
      <pubDate>Thu, 02 May 2002 07:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715413#M61722</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-02T07:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GMT time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715414#M61723</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;actually you need three steps:&lt;BR /&gt;- modify your system's TZ by editing "/etc/TIMEZONE", like most already told you&lt;BR /&gt;- setting your system's clock to UTC, like Michael told you&lt;BR /&gt;- reboot your system to make ALL your daemons aware of the new timezone...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 12:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-gmt-time/m-p/2715414#M61723</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-02T12:30:44Z</dc:date>
    </item>
  </channel>
</rss>

