|
Just to add one other possibility, you could use VMware and disable all time synchro in the OS and in the VM editing the .vmx file (google should help out):
rtc.startTime = "1514811661"
time.synchronize.continue ="FALSE"
time.synchronize.restore = "FALSE"
time.synchronize.resume.disk = "FALSE"
time.synchronize.resume.memory = "FALSE"
time.synchronize.shrink = "FALSE"
tools.syncTime = "FALSE"
rtc.startTime is in seconds from "Jan 1 1970 00:00 UTC"
|