AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Question for MESZ timezone on AIX 5.3

    Posted Thu September 06, 2007 10:51 AM

    Originally posted by: Fabrizio1975


    Hi all,
    I have a german customer with AIX 5.3 and this setting:
    root)> echo $TZ
    MEZ-1MESZ,M3.5.0,M10.5.0/03:00:00
    cat /etc/environment
    TZ=MEZ-1MESZ,M3.5.0,M10.5.0/03:00:00
    date
    Wed Sepg 5 13:34:57 MESZ 2007
    Therefore the DST in on on this machine(so it is at GMT+2).

    The problem is that Websphere Application Server on the logs continue reporting the local time as GMT+1: 7/21/07 4:59:11:622 GMT+01:00

    Even my java applivation, that run inside WAS, when retrieves date from the system gets:
    timeZone=[sun.util.calendar.ZoneInfo[id="GMT+01:00",offset=3600000,dstSavings=0,useDaylight=false...

    Is the above TZ setting correct?
    Is the a problem on AIX with timezone MEZ?
    Any help would be apreciated
    Thanks
    Fabrizio


  • 2.  Re: Question for MESZ timezone on AIX 5.3

    Posted Wed September 19, 2007 07:43 AM

    Originally posted by: hdkutz


    Hello,
    that are my settings for TZ in Germany:
    <snip>
    root@aix:/> echo $TZ
    MEZ-1MST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
    root@aix:/> grep TZ /etc/environment
    TZ=MEZ-1MST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
    <snip>

    Cheers,
    ku


  • 3.  Re: Question for MESZ timezone on AIX 5.3

    Posted Tue April 29, 2008 12:41 PM

    Originally posted by: atyyeung


    Hi Fabrizio,

    I am having the same problem as yours. new Date() returns value that is 1 hour before the actual time. Did the suggested timezone solve your problem? I tried the new time zone, but it seems that I am still getting the same problem.

    WAS Version
    <product name="IBM WebSphere Application Server">
    <id>BASE</id>
    <version>6.0.2.13</version>
    <build-info date="8/4/06" level="cf130631.22"/>
    </product>

    AIX Version
    5300-05-00
    Thanks,
    Alice