<?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: Timzone id in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875715#M99567</link>
    <description>If you haven't got your TIMEZONE set correctly then you need to fix it using something like 'set_parms' or to try something like this at the top of your script.&lt;BR /&gt;&lt;BR /&gt;# Setting TIMEZONE&lt;BR /&gt;if [ -r /etc/TIMEZONE ]&lt;BR /&gt;then&lt;BR /&gt;   . /etc/TIMEZONE&lt;BR /&gt;else&lt;BR /&gt;     PST-8PDT # (Pacific Standard Time)&lt;BR /&gt;     export TZ&lt;BR /&gt;fi</description>
    <pubDate>Tue, 07 Jan 2003 03:39:58 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-01-07T03:39:58Z</dc:date>
    <item>
      <title>Timzone id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875713#M99565</link>
      <description>My OS is HP-UX 11i&lt;BR /&gt;&lt;BR /&gt;Change timezone id  &lt;BR /&gt;But When I test with JAVA program to produce the date&lt;BR /&gt;&lt;BR /&gt;from ORCALE suuport &lt;BR /&gt;java.text.SimpleDateFormat@e3d1e9c0java.util.SimpleTimeZone[id=Asia/Calcutta,off&lt;BR /&gt;set=19800000,dstSavings=3600000,useDaylight=false,startYear=0,startMode=0,startM&lt;BR /&gt;onth=0,startDay=0,startDayOfWeek=0,startTime=0,startTimeMode=0,endMode=0,endMont&lt;BR /&gt;h=0,endDay=0,endDayOfWeek=0,endTime=0,endTimeMode=0]&lt;BR /&gt;03/01/2003 19:39:29 India Standard Time$&lt;BR /&gt;&lt;BR /&gt;SP&lt;BR /&gt;&lt;BR /&gt;java.util.SimpleTimeZone[id=Custom,offset=28800000,dstSavings=3600000,useDayligh&lt;BR /&gt;t=false,startYear=0,startMode=&lt;BR /&gt;0,startMonth=0,startDay=0,startDayOfWeek=0,startTime=0,startTimeMode=0,endMode=0&lt;BR /&gt;,endMonth=0,endDay=0,endDayOfW&lt;BR /&gt;eek=0,endTime=0,endTimeMode=0]&lt;BR /&gt;03/01/2003 14:38:12 GMT+08:00&lt;BR /&gt;Fri Jan 03 14:38:12 GMT+08:00 2003&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My Question is How to change TimeZone id=Custom to TimeZone id=Asia/Singapore? I mean the steps to do.&lt;BR /&gt;Any Idea or thought would be appreciated&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 03:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875713#M99565</guid>
      <dc:creator>Sonny_8</dc:creator>
      <dc:date>2003-01-07T03:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Timzone id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875714#M99566</link>
      <description>Hi, &lt;BR /&gt;If you want to change the time zone on the unix server use the command &lt;BR /&gt;/sbin/set_parms timezone &lt;BR /&gt;this will display the current time zone and you can change then to whatever you like. Take care you'll have to reboot after that. &lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;Rajeev  &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 03:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875714#M99566</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-07T03:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timzone id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875715#M99567</link>
      <description>If you haven't got your TIMEZONE set correctly then you need to fix it using something like 'set_parms' or to try something like this at the top of your script.&lt;BR /&gt;&lt;BR /&gt;# Setting TIMEZONE&lt;BR /&gt;if [ -r /etc/TIMEZONE ]&lt;BR /&gt;then&lt;BR /&gt;   . /etc/TIMEZONE&lt;BR /&gt;else&lt;BR /&gt;     PST-8PDT # (Pacific Standard Time)&lt;BR /&gt;     export TZ&lt;BR /&gt;fi</description>
      <pubDate>Tue, 07 Jan 2003 03:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875715#M99567</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-07T03:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timzone id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875716#M99568</link>
      <description>Besides using setparms, you could also use SAM. Go to SAM -&amp;gt; Time and adjust your settings.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 07 Jan 2003 03:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875716#M99568</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-01-07T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Timzone id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875717#M99569</link>
      <description>The current timezone is settable for any user on the system by changing the enviroment variable TZ. The set_parms and SAM solution simply set TZ for each user when they login. HP-UX always keeps time internally as GMT or Zulu time but it is displayed and set according to the rules in /usr/lib/tztab (see the man page for tztab) so each user can be in a different timezone and it will look normal if TZ is set to the local timezone.</description>
      <pubDate>Tue, 07 Jan 2003 04:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timzone-id/m-p/2875717#M99569</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-07T04:33:56Z</dc:date>
    </item>
  </channel>
</rss>

