Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92685 invoked from network); 17 Apr 2008 08:00:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 08:00:29 -0000 Received: (qmail 31905 invoked by uid 500); 17 Apr 2008 08:00:30 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 31801 invoked by uid 500); 17 Apr 2008 08:00:29 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 31792 invoked by uid 99); 17 Apr 2008 08:00:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 01:00:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 07:59:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E61A234C0D6 for ; Thu, 17 Apr 2008 00:57:21 -0700 (PDT) Message-ID: <715852279.1208419041581.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 00:57:21 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5749) Time Zone round trip issues In-Reply-To: <801352694.1208371521593.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison closed HARMONY-5749. -------------------------------- > Time Zone round trip issues > --------------------------- > > Key: HARMONY-5749 > URL: https://issues.apache.org/jira/browse/HARMONY-5749 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Davanum Srinivas > Assignee: Tim Ellison > Attachments: Main.java > > > Apache Axis2 uncovered this scenario. > Sun JDK 1.5 output is as follows : > ============ Test 1 ============== > Actual String : 2002-10-10T12:00:00+05:00 > Converted : 2002-10-10T12:00:00.000+05:00 > ============ Test 2 ============== > Actual String : 2002-10-10T07:00:00Z > Converted : 2002-10-10T07:00:00.000+00:00 > Converted (2) : 2002-10-10T07:00:00.000+00:00 > Harmony (648710) shows > ============ Test 1 ============== > Actual String : 2002-10-10T12:00:00+05:00 > Converted : 2002-10-10T12:00:00.000-05:00 > ============ Test 2 ============== > Actual String : 2002-10-10T07:00:00Z > Converted : 2002-10-10T07:00:00.000+00:00 > Converted (2) : 2002-10-10T07:00:00.000-05:00 > I'll upload the test case (works fine with Sun JDK1.5/1.6 and IBM JDK 1.5/1.6 on linux and win32) > thanks, > dims -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.