I set a particular time in my VM machine which is containing Ubuntu 12.04 using some command. Time got changed soon after the command got executed, but if I reboot machine time is resetting back(which used to be before running command).
答案1
Well - your issue isn't really that much descriptive, but anyway for proper time handling I'd recommend, first of all, two things:
- proper time zone settings
- using ntp to make sure local time doesn't go off - hardware clock (also the time presented by supervisor to guest systems with it) can drift over time.
Anyway - if that doesn't help yet with your issue, can you, please, present us examples of what was the time before and after - what and how much actually changed?
thanks