Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 69080 invoked from network); 5 Apr 2008 12:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 12:06:59 -0000 Received: (qmail 6112 invoked by uid 500); 5 Apr 2008 12:06:59 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 6095 invoked by uid 500); 5 Apr 2008 12:06:59 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 6086 invoked by uid 99); 5 Apr 2008 12:06:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 05:06:59 -0700 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 dirk.frederickx@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 12:06:18 +0000 Received: by fg-out-1718.google.com with SMTP id 22so525654fge.26 for ; Sat, 05 Apr 2008 05:06:29 -0700 (PDT) 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=3Pzt0C4vJj/2LWXObSbo+OucR8js9xxl1vRxK2BagOk=; b=tYlN5nCz57A0mUycxZFpLeUeoxn7b/HIQENmprCASX72bfl+YDCvBKgRRGdrl/gxGXoKpXVhELH66+e26uts7JzvpwLKZkedVrISCPbkJNpv4U60vxiK8DL1FsepSNpkU049MDF4Xh7riRhhTzgEBpvO+6JHZy/tM5ZDsEbYcI4= 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=kPiA4shY3EVPdvhXzL3ZOOx0pC5wGWkDmfqehgpCF0UxApBH/Y62DRldVPhd/eCyXZHeoClTxJiB5RCyv9yLRyXTmrRtJvwL3EzhyWYOwbiWLNaB7BuxNUdByxaNOwljmK/VXy1s59LzqPkErR8Xky9935Q+Vr7JKktUUZzPJgs= Received: by 10.86.89.4 with SMTP id m4mr1657254fgb.14.1207397189015; Sat, 05 Apr 2008 05:06:29 -0700 (PDT) Received: by 10.86.100.6 with HTTP; Sat, 5 Apr 2008 05:06:28 -0700 (PDT) Message-ID: <15cc92000804050506r42ad21b1w28686e65117473b8@mail.gmail.com> Date: Sat, 5 Apr 2008 14:06:28 +0200 From: "Dirk Frederickx" To: jspwiki-dev@incubator.apache.org Subject: Re: jspwiki.defaultprefs.template.timezone In-Reply-To: <0C443831-E87E-40FE-9A5D-254D5F202254@ecyrd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <641297968.20080405115702@holeczek.de> <0C443831-E87E-40FE-9A5D-254D5F202254@ecyrd.com> X-Virus-Checked: Checked by ClamAV on apache.org The initial setting in jspwiki.properties was indeed based on the time-zone ID. I changed it because the internals of jspwiki were using milliseconds; the property was not handled correctly. I agree it would be better to use timezone id's instead, also for the internal implementation. This shouldn't be hard to fix. Could you log a JIRA issue for this ? tx dirk On Sat, Apr 5, 2008 at 12:51 PM, Janne Jalkanen wrote: > > BTW, I think that using milliseconds is dumb anyway - I see no possible > reason why anyone would ever need the granularity of milliseconds. It just > confuses everyone, since you now actually need a calculator to figure out > which timezone value you should put in for all but the trivial GMT+-2 zones. > > Even in the worst case, some countries have been known using a timezone of > +15 minutes to the neighbouring, so using a granularity of minutes would > probably make the most sense. Or hours:minutes. > > (And i don't think any countries are currently using the +15 mins; everyone > is at full hour or half-and-hour intervals.) > > /Janne > > > > On 5 Apr 2008, at 12:57, Florian Holeczek wrote: > > > Hi there, > > > > I've just seen that > > > > > > > jspwiki.defaultprefs.template.timezone =GMT+01:00 > > > > > > > has changed to > > > > > > > # default timezone expressed in time in milliseconds added to UTC > > > # by default, the default timezone is read from the server > > > # jspwiki.defaultprefs.template.timezone =3600000 > > > > > > > in the jspwiki.properties. From the usability point of view, this is a > > step backwards in my opinion. Is there some reason for doing so? > > > > Regards, > > Florian > > > >