Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 48187 invoked from network); 2 Apr 2009 00:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 00:11:42 -0000 Received: (qmail 21452 invoked by uid 500); 2 Apr 2009 00:11:42 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 21427 invoked by uid 500); 2 Apr 2009 00:11:42 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 21417 invoked by uid 99); 2 Apr 2009 00:11:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 00:11:42 +0000 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, 02 Apr 2009 00:11:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22730234C4A7 for ; Wed, 1 Apr 2009 17:11:13 -0700 (PDT) Message-ID: <1121809766.1238631073139.JavaMail.jira@brutus> Date: Wed, 1 Apr 2009 17:11:13 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Assigned: (CXF-2143) Timezone problems with special dates (e.g. birthdays) In-Reply-To: <1141310610.1238427411175.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies reassigned CXF-2143: ------------------------------------- Assignee: Benson Margulies > Timezone problems with special dates (e.g. birthdays) > ----------------------------------------------------- > > Key: CXF-2143 > URL: https://issues.apache.org/jira/browse/CXF-2143 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.1.3, 2.1.4, 2.2 > Reporter: Dennis Kieselhorst > Assignee: Benson Margulies > Attachments: timezoneLessDateType.patch > > > Similar to the issue here: http://jira.codehaus.org/browse/XFIRE-975 > My problem: The birthday 04.04.1978 on server side (Solaris, TZ MET) becomes 03.04.1978 23:00h on client side (Linux, TZ Europe/Berlin). This is caused by different daylight saving times for the years 1977, 1978 and 1979. > To avoid the problem the timezone +01:00/ +02:00 should be omitted (optional as per spec http://www.w3.org/TR/xmlschema-2/#date). I created a TimezoneLessDateType for it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.