Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 99360 invoked from network); 24 Jul 2010 15:27:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jul 2010 15:27:06 -0000 Received: (qmail 39839 invoked by uid 500); 24 Jul 2010 15:27:05 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 39785 invoked by uid 500); 24 Jul 2010 15:27:05 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 39775 invoked by uid 99); 24 Jul 2010 15:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 15:27:04 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.97.1] (HELO web63106.mail.re1.yahoo.com) (69.147.97.1) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 24 Jul 2010 15:26:58 +0000 Received: (qmail 95002 invoked by uid 60001); 24 Jul 2010 15:26:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1279985196; bh=bCf5nt7zxkjr8DiammO9p/gNYtHF3l2DAIWKMph9bKk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=uZHHx1x5nKShzK6RSTNeAyc3o7+UnqrWOZfGnqfSARuhykiTME89H/FdDEe0CUJiAsisKwWZs6Ub8nDX7N/lMoVB6nPhqADnODnaHEqigItwWzEEmDS42XIl2VWG6WLqP3KGIbD/RvFhY0PdxL6djq4U31JxKocDsrpCKqVgC0c= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=HSuV3l7ejUuvblY5qGzcOrP8EEmLtK1XcezXh3PkLR+dG3hr6+yCqACgSXO3lTxYh/vENIUzcsQeWZgAY9BhGx1NIMS2uz+R9qHU6BQKDt1m+/F403EkbbXlYqyb2IOEdc/W/ox7cCScg/Sr3d9kh6H0Hnwdb0Slj7GVTJM4lMg=; Message-ID: <911205.94454.qm@web63106.mail.re1.yahoo.com> X-YMail-OSG: 2zfnsGkVM1koCxQjjZ1zvU7p7DE.TTmlK3MDmlcwnzph.9W wWjffrvAlQ.UFa691UWyUVsOVj.CQ4fd7TxTWcAlc0j28EIEgvfoScYSxDyO qGWNc6m4fFQxrio3yTbztBtmHAQXgVXEN.1GwgwEqn99o.yYop7e0whtDamh vG0UNte_4cqGG0Q5wsdPYrh.qnwkKBjohlVWEc54m3j0jo7w.IIZ9g8SAoMk ehR2cSOMn1xnUDjrO1ZMOsYR_UPmnLfa790Xnx6nwdF5yncsSHcwzTh1655w X6jplR1J_fLkCDA-- Received: from [108.13.147.79] by web63106.mail.re1.yahoo.com via HTTP; Sat, 24 Jul 2010 08:26:36 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.105.277674 Date: Sat, 24 Jul 2010 08:26:36 -0700 (PDT) From: Adrian Crum Subject: Re: Users - scheduled jobs delayed by an hour To: user@ofbiz.apache.org In-Reply-To: <1279726089795-2297283.post@n4.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I spent some time trying to recreate the problem you describe, but I can't duplicate the problem - everything works the way it should. It might help if you could give me step-by-step instructions on how to recreate the problem - starting with a fresh checkout. -Adrian --- On Wed, 7/21/10, masionas wrote: > From: masionas > Subject: Re: Users - scheduled jobs delayed by an hour > To: user@ofbiz.apache.org > Date: Wednesday, July 21, 2010, 8:28 AM > > Hi Adrian, > > Yes, I have tried that, but it did not help. Stopped ofbiz, > changed > property, then started again, but it still used GMT -5:00 > zone > Here is what I have put in start.prtoperties but it did not > helped > > # -- The default time zone for this OFBiz instance. > ofbiz.timeZone.default=America/New_York > > And here is what really helped (startofbiz.sh): > > # added timzeone var > TIMEZONE="-Duser.timezone=America/New_York" > > #and add it to args string > VMARGS="$MEMIF $MISC $DEBUG $RMIIF $ADMIN $TIMEZONE" > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Users-scheduled-jobs-delayed-by-an-hour-tp139235p2297283.html > Sent from the OFBiz - User mailing list archive at > Nabble.com. >