Open WSL.
Use
hwclock -sto set the system clock from the hardware clock:sudo hwclock -sThat’s it.
Update using NTPdate
For some reason, my Ubuntu clock gets out of sync with NTP servers on new installation. Here’s how to deal with that.
Install
ntpdate:sudo apt install ntpdate -yUpdate your system clock with
ntpdateusing the NIST time server:sudo ntpdate time.nist.govYou should be good now!