Return-Path: X-Original-To: apmail-incubator-openmeetings-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-openmeetings-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5E3691C8 for ; Tue, 17 Apr 2012 19:55:42 +0000 (UTC) Received: (qmail 60888 invoked by uid 500); 17 Apr 2012 19:55:42 -0000 Delivered-To: apmail-incubator-openmeetings-dev-archive@incubator.apache.org Received: (qmail 60857 invoked by uid 500); 17 Apr 2012 19:55:42 -0000 Mailing-List: contact openmeetings-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: openmeetings-dev@incubator.apache.org Delivered-To: mailing list openmeetings-dev@incubator.apache.org Received: (qmail 60848 invoked by uid 99); 17 Apr 2012 19:55:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 19:55:42 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of baskar.rajendran@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 19:55:34 +0000 Received: by qafl39 with SMTP id l39so718121qaf.0 for ; Tue, 17 Apr 2012 12:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=++YO6gRGAWADlljp2chB2hAsE2Lxd/84u6XEPHlWlFY=; b=EkjPFyh45V634L6Z50CDx3sL5pRgNo5PA33R7D9/4w99o586TEJUJgp4PLLOUWkFtp 9dd+/eoih74UKFMAFnpK8TTLjjxN2oPad+9QQcYrGhfv66LlS0gXDDAXEY9v3g3xdSUI BU0Of27V1uBCM28bj8UoC7Tos3piqV9gZQ0OseCScJSL9R1fcMWHZemN7tihoEJ/SpNX HxMPTO/nEM0uYOEzvr9Wl85VE211bxCsaKzHHcntT7UL+E3l3EBeizz31Xdonplfzp1k ImSCUt4IffC67URUNBvzq4pmXBcO+vZTjNJTdj1YWDZSw/Tex/gDV/DxlhuasFc5UDe2 G6bw== MIME-Version: 1.0 Received: by 10.224.211.5 with SMTP id gm5mr26955qab.33.1334692513466; Tue, 17 Apr 2012 12:55:13 -0700 (PDT) Received: by 10.229.82.134 with HTTP; Tue, 17 Apr 2012 12:55:13 -0700 (PDT) In-Reply-To: References: <4F8C56A5.000019.05384@HAMDI> <4F8C719A.000034.05384@HAMDI> <4F8D641D.00001A.02008@HAMDI> Date: Wed, 18 Apr 2012 01:25:13 +0530 Message-ID: Subject: =?ISO-8859-1?B?UmU6IFLpZi4gOiBSZTogUulmLiA6IFJlOiBUaW1lem9uZSAmIFRpbWUgcGIgIQ==?= From: Baskar Rajendran To: openmeetings-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf300faf2d2649f904bde551c9 --20cf300faf2d2649f904bde551c9 Content-Type: text/plain; charset=ISO-8859-1 Seba It works fine.. with User timezone IST , Client machine IST & Server Machine Etc/GMT-7 but i have a use case - need to check if this is a valid one user timezone is Etc/GMT-7 and Server Machine is Etc/GMT-6 Client machine - IST , the event time in calendar displays IST Time ( same as of created) But when i Join with an invite it doesnot allow me to enter @ IST Time which event created for. It tries to add the IST + difference in (IST & Etc/GMT-6) Event start time 00:30 IST , END TIME : 01:00 IST while joining it displays error saying that its valid for 11:30 hOURS TO 12:00 HOURS Thanks Baskar 2012/4/17 seba.wagner@gmail.com > Please retest the time zone shift problem with revision 1327173 or later. > > Finally the date/time are strings like you proposed. There is no way in > transforming the date in the client and calculate the time shift between > the timezones because the time difference not only depends on the timezone > but also on Summer Daylight Time. Berlin is sometimes +2 and sometimes +1 > depending on if you have Summer Daylight time or not. By using strings and > initializing the date/time with proper timezone server side this should be > fixed now .... hopefully finally. > > Sebastian > > 2012/4/17 seba.wagner@gmail.com > > > *Is this is correct way ? Should the Server Machine timezone & default > > timezone in openmeetings app be identical?* > > => The default timezone is used when nothing else is available. For > > example misconfiguration of client. > > > > Sebastian > > > > 2012/4/17 seba.wagner@gmail.com > > > > Please let me commit a fix tonight and test tomorrow again. > >> > >> Sebastian > >> > >> > >> 2012/4/17 Baskar Rajendran > >> > >>> Seba > >>> > >>> Help plz.. > >>> > >>> my client machine is IST & Server Machine is MDT , default timezone in > >>> openmeetings server is IST > >>> user timezone is IST > >>> when i create a calendar event in client machine it converts to MDT > time > >>> & > >>> schedules an event. > >>> Is this is correct way ? Should the Server Machine timezone & default > >>> timezone in openmeetings app be identical? > >>> > >>> Thanks > >>> Baskar > >>> > >>> 2012/4/17 seba.wagner@gmail.com > >>> > >>> > Sorry Hamdi, > >>> > > >>> > there is no chance that we will make the timezone settings optional. > >>> > Maybe there is a chance of have a better default selection for the > >>> timezone > >>> > but it is not possible to remove the timezone. > >>> > A Date/time always has a timezone. Just because you think its useless > >>> and > >>> > want to ignore it, does not mean that it will not exist :) > >>> > > >>> > Sebastian > >>> > > >>> > 2012/4/17 Hamdi THABET > >>> > > >>> > > I don't know why we need to use timezones when we are in the > same > >>> > > country. > >>> > > It'll be better to set it as optional and we can sent the > difference > >>> > > between timezones in the invitation email. > >>> > > It can be simpler if all users are in the same country ! > >>> > > > >>> > > > >>> > > This is what a screenshot from my machine >> > >>> > > http://www.youtube.com/watch?v=rkOeOGB_LHI > >>> > > > >>> > > >>> > > >>> > > >>> > -- > >>> > Sebastian Wagner > >>> > https://twitter.com/#!/dead_lock > >>> > http://www.openmeetings.de > >>> > http://www.webbase-design.de > >>> > http://www.wagner-sebastian.com > >>> > seba.wagner@gmail.com > >>> > > >>> > >> > >> > >> > >> -- > >> Sebastian Wagner > >> https://twitter.com/#!/dead_lock > >> http://www.openmeetings.de > >> http://www.webbase-design.de > >> http://www.wagner-sebastian.com > >> seba.wagner@gmail.com > >> > > > > > > > > -- > > Sebastian Wagner > > https://twitter.com/#!/dead_lock > > http://www.openmeetings.de > > http://www.webbase-design.de > > http://www.wagner-sebastian.com > > seba.wagner@gmail.com > > > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.openmeetings.de > http://www.webbase-design.de > http://www.wagner-sebastian.com > seba.wagner@gmail.com > --20cf300faf2d2649f904bde551c9--