Today I Learned Notes to self about software development

    WSL - Syncing system clock

    WSL2 clock sometimes becomes out of sync with native windows clock. This can apparently happen after resuming from sleep/hibernate but not always.

    To re-sync run:

    sudo hwclock -s
    
    #wsl