We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Incus doesnt specify rtc base and QEMU by default uses UTC. This is appropriate for Linux guests. But Windows by default expects localtime.
UTC
localtime
Currently this is solvable by raw.qemu: -rtc base=localtime.
raw.qemu: -rtc base=localtime
I just want to ask if this option could be added directly to Incus without need for raw.qemu.
Thanks.
The text was updated successfully, but these errors were encountered:
We probably should just make it happen when the guest is windows (per image.os)
Sorry, something went wrong.
incusd/instance/qemu: rtc base localtime for windows
af86468
Closes lxc#1752 Signed-off-by: JUN JIE NAN <[email protected]>
387d053
incusd/instance/qemu: Set RTC base to localtime on Windows
7b4b19c
Closes #1752 Signed-off-by: JUN JIE NAN <[email protected]>
Successfully merging a pull request may close this issue.
Currently Incus doesnt specify rtc base and QEMU by default uses
UTC
.This is appropriate for Linux guests. But Windows by default expects
localtime
.Currently this is solvable by
raw.qemu: -rtc base=localtime
.I just want to ask if this option could be added directly to Incus without need for raw.qemu.
Thanks.
The text was updated successfully, but these errors were encountered: