Hey, friends! There is simple solution
To disable this setting, just follow below steps while VM is shutdown:
1. Open Command Prompt and navigate to folder where you have installed Oracle Virtual Box. For me it was “C:\Program Files\Oracle\VirtualBox”
2. Run this command: `VBoxManage setextradata "[VM name]" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1`
3. [VM name] is the VM name in Oracle VM VirtualBox Manager
4. Now run your VM and profit
Credit: Disable Time Sync for VirtualBox Virtual Machines – straight to the core