Skip to content
New issue

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

Set RTC base to localtime for WIndows VMs #1752

Closed
foxtrotcz opened this issue Mar 12, 2025 · 1 comment · Fixed by #1767
Closed

Set RTC base to localtime for WIndows VMs #1752

foxtrotcz opened this issue Mar 12, 2025 · 1 comment · Fixed by #1767
Labels
Easy Good for new contributors
Milestone

Comments

@foxtrotcz
Copy link
Contributor

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.

@stgraber
Copy link
Member

We probably should just make it happen when the guest is windows (per image.os)

@stgraber stgraber changed the title Optional -rtc base=localtime Set RTC base to localtime for WIndows VMs Mar 12, 2025
@stgraber stgraber added the Easy Good for new contributors label Mar 12, 2025
@stgraber stgraber added this to the incus-6.11 milestone Mar 12, 2025
nanjj added a commit to nanjj/incus that referenced this issue Mar 14, 2025
stgraber pushed a commit that referenced this issue Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Good for new contributors
Development

Successfully merging a pull request may close this issue.

2 participants