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). |
1 reply
|
This is an issue with wsl on windows. Time will be synced after reboot. |
0 replies
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.
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
datethe 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.
All reactions