From users-return-5758-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Dec 12 09:35:29 2007 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 85708 invoked from network); 12 Dec 2007 09:35:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 09:35:29 -0000 Received: (qmail 14411 invoked by uid 500); 12 Dec 2007 09:35:16 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 14392 invoked by uid 500); 12 Dec 2007 09:35:16 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 14383 invoked by uid 99); 12 Dec 2007 09:35:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 01:35:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 09:34:55 +0000 Received: by wa-out-1112.google.com with SMTP id m34so359929wag.9 for ; Wed, 12 Dec 2007 01:34:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vk2MmNJuBRRxp7UL90BdGX2MA634oSI7tCLuM0qBdME=; b=JLT4Jp4U1p601P/Me9qtASK1lUdqwren2YAYMJMeLpVZBy7p2B1M6bFwU1J+o5jNsLJ7+5Y0E5E2mYWHmBeJBmxPS5eUYEjQDPhoT3YyHgcq9lxrqkOgwV7Bz5eEJoJY+UeY5kqaZ4aNftIlfIwyuQ2twcd1ps3PhMfNBF+rSws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j055bEeDtiMOiwbK1Fq/pvuvLtUnIzshvCU1eIT2RHUkReVXJELoBOSoT2jXmBLDT5VgkVwjRuYIQ7ZQqiHnoNsdg3+2STHQwl3OF8h1zZUdJS1T6NfR8BGOgafaNTz4K21Vgy136AM3d8BeKdIRmQP40qJeEtMARsLb+nhvzZ4= Received: by 10.142.47.6 with SMTP id u6mr71222wfu.159.1197452098929; Wed, 12 Dec 2007 01:34:58 -0800 (PST) Received: by 10.142.213.16 with HTTP; Wed, 12 Dec 2007 01:34:58 -0800 (PST) Message-ID: <510143ac0712120134q15b594cdo5e91631facb6fe5c@mail.gmail.com> Date: Wed, 12 Dec 2007 11:34:58 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Date Issue with Content In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Dec 12, 2007 11:14 AM, OCS-L3-Support wrote: > We are facing a peculiar issue while migrating the Jackrabbit content > from ORLANDO to HOUSTON server. > > All the content publishing date moved to ONE day ahead. > > Example (20/Dec/2006 is now 19/Dec/2006). > > Does any one has an explanation for this? Sounds like a time zone issue. All dates in Jackrabbit are stored as date-time values, so if you've stored the date as 2006-12-20 00:00:00, then moving one or more time zones forward will make the dates appear as late night on the previous day. BR, Jukka Zitting