Replies: 2 comments 1 reply
-
This comes straight from golang's time library so if it wrong that one reports the incorrect time (not sure why). |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is an issue with wsl on windows. Time will be synced after reboot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using WSL ubuntu on windows. Here is my config:
I'm in china (UTC+8). The time is not correct.
If I run
date
the result is "Thu Mar 2 22:32:40 CST 2023" which is not correct. But when I runsudo hwclock --show
, I got the correct time "2023-03-02 23:24:17.895815+08:00".I don't know if it's the posh configuration or ubuntu setting or both that cause this issue?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions