You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn off the automatic time sync service, like systemd-timesyncd.
Use the date -s command or timedatectl set-time command to modify the time.
Expected Behavior
I'm not entirely sure if this really counts as a problem because I found out it's actually a patch introduced to fix issue #10006. Also, when I set the kernel parameter hv_utils.timesync_implicit=0, the time won't automatically sync with Windows time.
Actual Behavior
A few seconds later, check the current time using the date command, the system time gets synced back to the Windows time.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered:
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
As you noticed, we changed things. I'm glad you found hv_utils.timesync_implicit=0 but I'm going to close this as by design. In an ideal world the hypervisor would have been patched, and you wouldn't notice this till a major power event happens.
Windows Version
Microsoft Windows [Version 10.0.22631.3296]
WSL Version
2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1
Distro Version
Debian GNU/Linux 12
Other Software
No response
Repro Steps
I changed the system time to test a program.
systemd-timesyncd
.date -s
command ortimedatectl set-time
command to modify the time.Expected Behavior
I'm not entirely sure if this really counts as a problem because I found out it's actually a patch introduced to fix issue #10006. Also, when I set the kernel parameter hv_utils.timesync_implicit=0, the time won't automatically sync with Windows time.
Actual Behavior
A few seconds later, check the current time using the
date
command, the system time gets synced back to the Windows time.Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: