Windows VM Timezone doesn't match host #4411
visch
started this conversation in
Suggestions
Replies: 3 comments 3 replies
-
|
Can you share what you added in docker-compose.yml? I have the same issue and could turn it in a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Could it be related to the fact that Windows expects the hardware time to be local time, while linux expects it to be UTC? There are some instructions here to encourage Windows to use UTC instead: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks! I submitted a PR: #4489 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System details
Framework 16, Omarchy 3.3.3
What's wrong?
Windows VM Doesn't match host, and trying to force NTP to sync, changing the Timezone in the Windows VM, and doing a bunch of other debugging steps didn't do it for me.
Ultimately what worked for me was tweaking the docker-compose in windows/docker-compose.yml and adding an environment var of TZ: "American/New_York"
I'm sure there's a better way that would work for everyone
Beta Was this translation helpful? Give feedback.
All reactions