diff -r b3ae332e6dbd tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Feb 06 09:28:07 2007 -0700 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 08 10:01:59 2007 +0900 @@ -1416,7 +1416,7 @@ class XendDomainInfo: self.info['image'], self.info['devices']) - localtime = self.info.get('localtime', False) + localtime = self.info.get('platform_localtime', False) if localtime: xc.domain_set_time_offset(self.domid)