From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuaYP-0003xA-R4 for qemu-devel@nongnu.org; Sun, 13 Jan 2013 22:17:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuaYL-0007XV-1c for qemu-devel@nongnu.org; Sun, 13 Jan 2013 22:17:41 -0500 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:35091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuaYK-0007X3-Ea for qemu-devel@nongnu.org; Sun, 13 Jan 2013 22:17:36 -0500 Received: from /spool/local by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Jan 2013 08:45:41 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 4CC43125804C for ; Mon, 14 Jan 2013 08:47:47 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0E3HSjW49283196 for ; Mon, 14 Jan 2013 08:47:28 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0E3HT06016797 for ; Mon, 14 Jan 2013 14:17:30 +1100 Message-ID: <50F378C7.5040805@linux.vnet.ibm.com> Date: Mon, 14 Jan 2013 11:17:27 +0800 From: Lei Li MIME-Version: 1.0 References: <1357466820-12860-1-git-send-email-lilei@linux.vnet.ibm.com> <1357466820-12860-2-git-send-email-lilei@linux.vnet.ibm.com> <50EB43AE.5000608@redhat.com> <50EFBCC1.5030700@linux.vnet.ibm.com> <50F031CF.9030603@redhat.com> In-Reply-To: <50F031CF.9030603@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/3] qga: add support to get host time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com On 01/11/2013 11:37 PM, Eric Blake wrote: > On 01/11/2013 12:18 AM, Lei Li wrote: >> For this version, it's a one-hour offset represented as:±[hh]. >> Negative values are west, andpositive values are east of UTC. > Won't work. There are timezones with a half-hour offset. You need to > express offset at least in terms of minutes, not just hours. > Yes, I have thought about this. For the timezones with a half-hour offset, it can just represented as +0.5 for example. -- Lei