<?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: Oracle Database time differ than HP-UX OS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571991#M372809</link>
    <description>Here is the output of my server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TZ=CST6CDT&lt;BR /&gt;export TZ&lt;BR /&gt;# date&lt;BR /&gt;Sat Jan 30 00:45:25 CST 2010&lt;BR /&gt;&lt;BR /&gt;# date -u &lt;BR /&gt;Sat Jan 30 06:45:30 UTC 2010&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so dont be confuse and enjoy.&lt;BR /&gt;</description>
    <pubDate>Sat, 30 Jan 2010 06:46:52 GMT</pubDate>
    <dc:creator>Jupinder Bedi</dc:creator>
    <dc:date>2010-01-30T06:46:52Z</dc:date>
    <item>
      <title>Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571976#M372794</link>
      <description>&lt;BR /&gt;The Oracle Database time is differ than the real UNIX TZ, Kindly follow below details for more info.&lt;BR /&gt;A connection establish via $sqlplus system@db11/db22 instance the time is differ than @sqlplus system, &lt;BR /&gt;&lt;BR /&gt;OS:HP-UX 11.11&lt;BR /&gt;DB:Oracle RAC 10g R2&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select to_char(sysdate,'dd:mon:yyyy ss:mi:hh24') from dual;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unix time zone set as&lt;BR /&gt;Asia/Riyadh&lt;BR /&gt;/etc/TIMEZONE = WAT-3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; SELECT TZ_OFFSET(SESSIONTIMEZONE), TZ_OFFSET(DBTIMEZONE) FROM DUAL;&lt;BR /&gt;&lt;BR /&gt;TZ_OFFS TZ_OFFS&lt;BR /&gt;------- -------&lt;BR /&gt;+03:00  -04:00&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;login sqlplus@system time is (OK)&lt;BR /&gt;==================================&lt;BR /&gt;$ . ./.oraenv.db&lt;BR /&gt;$ sqlplus system&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 23 10:53:09 2010&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2005, Oracle.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter password:&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production&lt;BR /&gt;With the Partitioning, Real Application Clusters, OLAP and Data Mining options&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;TO_CHAR(SYSDATE,'D&lt;BR /&gt;------------------&lt;BR /&gt;23-JAN-10 10:53:45&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;========================================&lt;BR /&gt;login sqlplus@system@NPRD1 (time not-OK)&lt;BR /&gt;=========================================&lt;BR /&gt;$  . ./.oraenv.db&lt;BR /&gt;$ sqlplus system@NPRD1&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 23 10:55:25 2010&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2005, Oracle.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter password:&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production&lt;BR /&gt;With the Partitioning, Real Application Clusters, OLAP and Data Mining options&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;TO_CHAR(SYSDATE,'D&lt;BR /&gt;------------------&lt;BR /&gt;23-JAN-10 02:55:36&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Added a line " (ENVS='TZ=WAT-3') " and /home/oracle/.dtprofile after reboot issue not resolved.&lt;BR /&gt;&lt;BR /&gt;I appreciate all who share their live experience to solve this problem............&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a charming day !&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 06:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571976#M372794</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-27T06:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571977#M372795</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Maybe you have a problem with database Time Zone&lt;BR /&gt;&lt;BR /&gt;select tzname,tzabbrev &lt;BR /&gt;       from V$TIMEZONE_NAMES &lt;BR /&gt;      where tzabbrev = 'UTC+3'&lt;BR /&gt;&lt;BR /&gt;If returns Asia/Riyadh, you can use UTC.&lt;BR /&gt;If returns nothing, try: &lt;BR /&gt;&lt;BR /&gt;select tzname,tzabbrev &lt;BR /&gt;       from V$TIMEZONE_NAMES &lt;BR /&gt;      where tzabbrev = 'GMT+3'&lt;BR /&gt;and below you should use GMT instead UTC.&lt;BR /&gt;The field TZNAME is the one you can use in ORACLE. (can be 1: Asia/Riyadh or 2: Etc/GTM+3)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;should return Asia/Riyadh or UTC+3 (GMT+3)&lt;BR /&gt;&lt;BR /&gt;If not, set it to the right one, using &lt;BR /&gt;&lt;BR /&gt;ALTER database SET TIME_ZONE = 'Asia/Riyadh';&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;ALTER database SET TIME_ZONE = 'Etc/GMT+3';&lt;BR /&gt;&lt;BR /&gt;Also, in Unix you should have the correct TZ for your area:&lt;BR /&gt;&lt;BR /&gt;in /etc/TIMEZONE you should have:&lt;BR /&gt;&lt;BR /&gt;TZ=UTC+3&lt;BR /&gt;&lt;BR /&gt;or, better:&lt;BR /&gt;&lt;BR /&gt;TZ=Asia/Riyadh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Remove the TZ var. from /home/oracle/.dtprofile. There is not necessary to reboot your server. &lt;BR /&gt;&lt;BR /&gt;Afther that, you can check that the oracle DB time is the same as reported by unix date command by using:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select SYSTIMESTAMP from dual;&lt;BR /&gt;&lt;BR /&gt;SYSTIMESTAMP&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;27-JAN-10 08.57.29.133588 AM +02:00&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production&lt;BR /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;BR /&gt;JServer Release 9.2.0.4.0 - Production&lt;BR /&gt;$ date&lt;BR /&gt;Wed Jan 27 08:57:39 EET 2010&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 27 Jan 2010 07:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571977#M372795</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-27T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571978#M372796</link>
      <description>Hi Horia,&lt;BR /&gt;&lt;BR /&gt;Find below out put of above command's. The output of sysdate is wrong when i connected via sqlplus system@instance , If i connect via sqlplus system time is ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alter DB tried on test based environment did not workout &lt;BR /&gt;&lt;BR /&gt;Note: HP-UX time set via set_parms timezone Asia/Riyadh /etc/TIMEZONE TZ=WAT-2 (system defined)&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select tzname,tzabbrev&lt;BR /&gt;from V$TIME  2  ZONE_NAMES&lt;BR /&gt;where tz  3  abbrev = 'UTC+3';&lt;BR /&gt;&lt;BR /&gt;no rows selected&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select tzname,tzabbrev&lt;BR /&gt;fr  2  om V$TIMEZONE_NAMES&lt;BR /&gt;where tza  3  bbrev = 'GMT+3';&lt;BR /&gt;&lt;BR /&gt;TZNAME&lt;BR /&gt;--------------------------------------------------------&lt;BR /&gt;TZABBREV&lt;BR /&gt;--------------------------------------------------------&lt;BR /&gt;Etc/GMT+3&lt;BR /&gt;GMT+3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;DBTIME&lt;BR /&gt;------&lt;BR /&gt;-04:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgd's</description>
      <pubDate>Wed, 27 Jan 2010 07:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571978#M372796</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-27T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571979#M372797</link>
      <description>SQL&amp;gt; ALTER database SET TIME_ZONE = 'Asia/Riyadh';&lt;BR /&gt;ALTER database SET TIME_ZONE = 'Asia/Riyadh'&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH&lt;BR /&gt;LOCAL TIME ZONE columns&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; ALTER database SET TIME_ZONE = 'Etc/GMT+3';&lt;BR /&gt;ALTER database SET TIME_ZONE = 'Etc/GMT+3'&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH&lt;BR /&gt;LOCAL TIME ZONE columns</description>
      <pubDate>Wed, 27 Jan 2010 08:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571979#M372797</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-27T08:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571980#M372798</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You get that error becouse you do have colums with timestamps with local time zone.&lt;BR /&gt;&lt;BR /&gt;The solution in this case is to actually drop the columns and to recreate those.&lt;BR /&gt;&lt;BR /&gt;Read (in full):&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:3083336233923" target="_blank"&gt;http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:3083336233923&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Followup   June 9, 2005 - 6pm Central time zone:&lt;BR /&gt;&lt;BR /&gt;you can alter the database IF you don't have any timestamps with local time zone, you need not &lt;BR /&gt;recreate (that was my first comment above in fact) "&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 27 Jan 2010 08:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571980#M372798</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-27T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571981#M372799</link>
      <description>Another observation:&lt;BR /&gt;&lt;BR /&gt;WAT-3 = GMT+1-3=GMT-2&lt;BR /&gt;&lt;BR /&gt;But you said that your server location is: Asia/Riyadh&lt;BR /&gt;&lt;BR /&gt;meaning: GMT+3&lt;BR /&gt;&lt;BR /&gt;So you should decide where your server is located.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571981#M372799</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-27T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571982#M372800</link>
      <description>Playing around with TZ:&lt;BR /&gt;&lt;BR /&gt;$ TZ=GMT+3&lt;BR /&gt;$ date&lt;BR /&gt;Wed Jan 27 06:19:37 GMT 2010&lt;BR /&gt;$ sqlplus /nolog;&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.4.0 - Production on Wed Jan 27 06:19:49 2010&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba;&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt;  select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;DBTIME&lt;BR /&gt;------&lt;BR /&gt;+03:00&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  select SYSTIMESTAMP from dual;&lt;BR /&gt;&lt;BR /&gt;SYSTIMESTAMP&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;27-JAN-10 06.20.46.289103 AM -03:00&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Producti&lt;BR /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;BR /&gt;JServer Release 9.2.0.4.0 - Production&lt;BR /&gt;$ TZ=WAT-3&lt;BR /&gt;$ date&lt;BR /&gt;Wed Jan 27 12:21:43 WAT 2010&lt;BR /&gt;$ sqlplus /nolog;&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.4.0 - Production on Wed Jan 27 12:22:23 2010&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  connect / as sysdba;&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt;  select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;DBTIME&lt;BR /&gt;------&lt;BR /&gt;+03:00&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  select SYSTIMESTAMP from dual;&lt;BR /&gt;&lt;BR /&gt;SYSTIMESTAMP&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;27-JAN-10 12.22.40.064240 PM +03:00&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production&lt;BR /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;BR /&gt;JServer Release 9.2.0.4.0 - Production&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 27 Jan 2010 09:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571982#M372800</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-27T09:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571983#M372801</link>
      <description>Hi Hori,&lt;BR /&gt;&lt;BR /&gt;The GMT of Riyadh is GMT+3  , But when i go through in HP-UX  with setting parameters for timezone #set_params timezone - &amp;gt; Asia -&amp;gt;Riyadh , UNIX itself assing WAT-3 under /etc/TIMEZONE. It means time zone (WAT-3)is ok.&lt;BR /&gt;&lt;BR /&gt;Now The sysdate is also ok when i connect via sqlplus sys as sysdba , But if i connect via listener_SID or instance ID (i.e sqlplus system@db1, The time is not correct .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571983#M372801</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-27T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571984#M372802</link>
      <description>Pay attention to this Mike Roger's problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=322646" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=322646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;read Bill Hassell's posts.&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571984#M372802</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-27T10:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571985#M372803</link>
      <description>&amp;gt;The GMT of Riyadh is GMT+3&lt;BR /&gt;&lt;BR /&gt;So if you don't like WAT-3, you can use "TZ=Riyadh-3".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Horia: in /etc/TIMEZONE you should have: TZ=UTC+3&lt;BR /&gt;&amp;gt;better: TZ=Asia/Riyadh&lt;BR /&gt;&lt;BR /&gt;The first is never a good idea and it is 6 hours off.  Using GMT-3 gives you the right time but it says you are in GMT, London.&lt;BR /&gt;The second will not work, it's the same as GMT0.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Another observation:&lt;BR /&gt;&amp;gt;WAT-3 = GMT+1-3=GMT-2&lt;BR /&gt;&lt;BR /&gt;No, WAT-3 is WAT-3, 3 hours ahead of UTC/GMT, not 2.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;read Bill Hassell's posts.&lt;BR /&gt;&lt;BR /&gt;You need to be careful because Bill has it backwards, GMT3 is in the Atlantic or Brazil.</description>
      <pubDate>Wed, 27 Jan 2010 12:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571985#M372803</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-27T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571986#M372804</link>
      <description>If you are on 11.31 and want it to display GMT+3, you can "quote" the timezone:&lt;BR /&gt;$ TZ=WAT-3 date&lt;BR /&gt;Wed Jan 27 15:20:33 WAT 2010&lt;BR /&gt;$ TZ="&lt;GMT&gt;-3" date&lt;BR /&gt;Wed Jan 27 15:20:38 GMT+3 2010&lt;/GMT&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571986#M372804</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-27T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571987#M372805</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Denis,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Horia: in /etc/TIMEZONE you should have: TZ=UTC+3&lt;BR /&gt;&amp;gt;better: TZ=Asia/Riyadh&lt;BR /&gt;&lt;BR /&gt;"The first is never a good idea and it is 6 hours off. Using GMT-3 gives you the right time but it says you are in GMT, London.&lt;BR /&gt;The second will not work, it's the same as GMT0."&lt;BR /&gt;&lt;BR /&gt;GMT-3 does not give the right time for Asia/Riyadh!&lt;BR /&gt;&lt;BR /&gt;Asia/Riyadh is the same as GMT+3.&lt;BR /&gt;There is only a split second difference between UTC and GMT, so for most of the situations (like this one) UTC and GMT is the same.&lt;BR /&gt;&lt;BR /&gt;read: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time" target="_blank"&gt;http://en.wikipedia.org/wiki/Coordinated_Universal_Time&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Another observation:&lt;BR /&gt;&amp;gt;WAT-3 = GMT+1-3=GMT-2&lt;BR /&gt;&lt;BR /&gt;"No, WAT-3 is WAT-3, 3 hours ahead of UTC/GMT, not 2."&lt;BR /&gt;&lt;BR /&gt;WAT is undefined in /usr/lib/tztab, so Unix would default to GMT. Practically, if Akif would write on /etc/TIMEZONE TZ=WAT-3 as instructed, his system would use GMT-3, which is wrong. Akif should check of course if WAT is defined on tztab on his system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;read Bill Hassell's posts.&lt;BR /&gt;&lt;BR /&gt;"You need to be careful because Bill has it backwards, GMT3 is in the Atlantic or Brazil. "&lt;BR /&gt;&lt;BR /&gt;You are wrong.&lt;BR /&gt;GMT3 means GMT+3; notice the plus "+" sign&lt;BR /&gt;&lt;BR /&gt;From manual pages (man environ):&lt;BR /&gt;&lt;BR /&gt;"If offset is preceded by a -, the time zone is east of the Prime Meridian.  A + preceding offset indicates that the time zone is west of the Prime Meridian.  The default case is west of the Prime Meridian.&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;"Atlantic or Brasil" is east of the Prime Meridian, not west. This means GMT-3 for this area.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Thu, 28 Jan 2010 08:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571987#M372805</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-28T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571988#M372806</link>
      <description>&amp;gt;Horia: GMT-3 does not give the right time for Asia/Riyadh!&lt;BR /&gt;&lt;BR /&gt;That's TZ=GMT-3 and it matches:&lt;BR /&gt;&lt;A href="http://www.timeanddate.com/worldclock/city.html?n=214" target="_blank"&gt;http://www.timeanddate.com/worldclock/city.html?n=214&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Asia/Riyadh is the same as GMT+3.&lt;BR /&gt;&lt;BR /&gt;I'm not talking about Windows terms but HP-UX and Posix definition of the TZ variable.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;There is only a split second difference between UTC and GMT,&lt;BR /&gt;&lt;BR /&gt;For HP-UX, they are the same.  :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;WAT is undefined in /usr/lib/tztab, so Unix would default to GMT.&lt;BR /&gt;&lt;BR /&gt;I assumed you were talking about TZ=WAT-3.  And that says to use 3 hours before UTC.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You are wrong.&lt;BR /&gt;&lt;BR /&gt;I'm not sure why you think so?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;GMT3 means GMT+3; notice the plus "+" sign&lt;BR /&gt;&lt;BR /&gt;Exactly.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;"Atlantic or Brazil" is east of the Prime Meridian, not west. This means GMT-3 for this area.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what world you live on but in my western hemisphere, the Posix standard chauvinistically declared west as positive in TZ and yours negative.&lt;BR /&gt;&lt;BR /&gt;Last time I looked Brazil was west.  But there are small parts of the Atlantic that are east, none more than 3 hours.</description>
      <pubDate>Thu, 28 Jan 2010 09:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571988#M372806</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-28T09:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571989#M372807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your link  info, Problem is same as with Mr.Rogger,&lt;BR /&gt;&lt;BR /&gt;But still unable to solve the issue. other details are:&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Sat Jan 30 09:20:35 WAT 2010&lt;BR /&gt;# date -u&lt;BR /&gt;Sat Jan 30 06:20:37 UTC 2010&lt;BR /&gt;# more /etc/default/tz&lt;BR /&gt;EST5EDT&lt;BR /&gt;#more/etc/TIMEZONE&lt;BR /&gt;TZ=WAT-3&lt;BR /&gt;&lt;BR /&gt;The actual time is 09:20AM as of today.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgd's</description>
      <pubDate>Sat, 30 Jan 2010 06:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571989#M372807</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-30T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571990#M372808</link>
      <description>TZ=WAT-3&lt;BR /&gt;&lt;BR /&gt;means In this case 3 hours must be subtracted to get UTC&lt;BR /&gt;&lt;BR /&gt;so it means there is no any problem in your system .&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jan 2010 06:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571990#M372808</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-30T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571991#M372809</link>
      <description>Here is the output of my server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TZ=CST6CDT&lt;BR /&gt;export TZ&lt;BR /&gt;# date&lt;BR /&gt;Sat Jan 30 00:45:25 CST 2010&lt;BR /&gt;&lt;BR /&gt;# date -u &lt;BR /&gt;Sat Jan 30 06:45:30 UTC 2010&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so dont be confuse and enjoy.&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jan 2010 06:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571991#M372809</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-30T06:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571992#M372810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you look my real problem with TIMZONE it is a bit messup.&lt;BR /&gt;&lt;BR /&gt;Kinly follow below repeated details:&lt;BR /&gt;&lt;BR /&gt;#TIME is ok if connect Oracle DB via sqlplus system/manager&lt;BR /&gt;&lt;BR /&gt;#Display incorrect TIME if i connect via sqlplus system@Inst1(Instance).&lt;BR /&gt;&lt;BR /&gt;for indepth info follow below details:&lt;BR /&gt;&lt;BR /&gt;The GMT of Riyadh is GMT+3 , But when i go through in HP-UX with setting parameters for timezone #set_params timezone - &amp;gt; Asia -&amp;gt;Riyadh , UNIX itself assing WAT-3 under /etc/TIMEZONE. It means time zone (WAT-3)is ok.&lt;BR /&gt;&lt;BR /&gt;Now The sysdate is also ok when i connect via sqlplus sys as sysdba , But if i connect via listener_SID or instance ID (i.e sqlplus system@db1, The time is not correct .&lt;BR /&gt;&lt;BR /&gt;Rgd's&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jan 2010 07:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571992#M372810</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-30T07:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571993#M372811</link>
      <description>&amp;gt;Problem is same as with Mr. Roger,&lt;BR /&gt;&lt;BR /&gt;I'm not sure why?  He didn't mention Oracle.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The actual time is 09:20AM as of today.&lt;BR /&gt;&lt;BR /&gt;Your date command says that, so what else do you want?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;UNIX itself using WAT-3 under /etc/TIMEZONE. It means time zone (WAT-3) is ok. &lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But if I connect via listener_SID or instance ID, The time is not correct. &lt;BR /&gt;&lt;BR /&gt;This most likely means the TZ variable isn't set to WAT-3 for these processes.</description>
      <pubDate>Sat, 30 Jan 2010 11:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571993#M372811</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-30T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571994#M372812</link>
      <description>I dont know but I believe at the time of oracle installation , you have mentioned different timezone. can you check at the oracle installation logs or any configuration file .</description>
      <pubDate>Sat, 30 Jan 2010 11:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571994#M372812</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-30T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database time differ than HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571995#M372813</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Under RAC listener 'ENVS='TZ=WAT-3' parameter set and restarted the listener/DB , But no effect same problem.&lt;BR /&gt;&lt;BR /&gt;Rgd's</description>
      <pubDate>Sun, 31 Jan 2010 05:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-time-differ-than-hp-ux-os/m-p/4571995#M372813</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-01-31T05:42:07Z</dc:date>
    </item>
  </channel>
</rss>

