From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: Re: problems with guests time and date Date: Wed, 22 Apr 2009 13:04:11 +0400 Message-ID: <49EEDD8B.4080202@msgid.tls.msk.ru> References: <49EEC307.3010605@cnaf.infn.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Riccardo Veraldi Return-path: Received: from isrv.corpit.ru ([81.13.33.159]:47222 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752386AbZDVJEO (ORCPT ); Wed, 22 Apr 2009 05:04:14 -0400 In-Reply-To: <49EEC307.3010605@cnaf.infn.it> Sender: kvm-owner@vger.kernel.org List-ID: Riccardo Veraldi wrote: > Hello, > I have a problem. > my host with KVM has correct date set. > All the quests has a date 2 hours disaligned, and everytime they boot I What's your timezone offset from UTC? Here's the Date: header from your email: Date: Wed, 22 Apr 2009 09:11:03 +0200 Don't you see the problem already? :) > must > ntpdate hte KVM guests. > How to solve this problem ? Take a look at -localtime kvm/qemu option. And/or teach your guests to use UTC time as they should. /mjt