Thread: An information
View Single Post
  #7  
Old 07-18-2020, 03:20
phono phono is offline
Friend
 
Join Date: May 2016
Posts: 17
Rept. Given: 0
Rept. Rcvd 5 Times in 3 Posts
Thanks Given: 5
Thanks Rcvd at 44 Times in 10 Posts
phono Reputation: 5
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"
Reply With Quote
The Following 4 Users Say Thank You to phono For This Useful Post:
cp74 (09-13-2020), val2032 (07-18-2020), wilson bibe (07-18-2020), WRP (07-18-2020)