|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] hvm rtc always set to utc
On Tue September 11 2007 12:41:22 pm Derek wrote:
> localtime = 1
>
> That's supposed to set the emulated Realtime clock seen by HVM DomUs to
> local time rather than UTC.
> Unfortunately, as of 3.1.0, it seems to still not work.
I just found a workaround yesterday for my winxp hvm guest:
localtime=0
rtc_timeoffset=-14400
That particular value is -4 hours, which is correct EST daylight savings time,
and will probably change to -5 hours come standard time,
The other workaround I had been previously using is to sync with another
computer on your net with 'net'. Eg - in your hvm, type:
net time \\servername /set /yes
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|