The title says it all. Im not a linux admin but I do have my feet wet in the linux community. I was hoping someone could shed some light on possible reasons this is happening?<\/p>","upvoteCount":8,"answerCount":13,"datePublished":"2013-06-14T14:44:17.000Z","author":{"@type":"Person","name":"chrislane7807","url":"https://community.spiceworks.com/u/chrislane7807"},"acceptedAnswer":{"@type":"Answer","text":"
Add an entry to your crontab (command is crontab -e):<\/p>\n
7 5 * * * /usr/sbin/ntpdate us.pool.ntp.org<\/a> >>/tmp/ntpdate.log<\/p>\n which sets ntpdate to run at 7 minutes after 5 each morning. Writes results to a log file.<\/p>","upvoteCount":2,"datePublished":"2013-06-14T15:10:06.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/6","author":{"@type":"Person","name":"donges","url":"https://community.spiceworks.com/u/donges"}},"suggestedAnswer":[{"@type":"Answer","text":" The title says it all. Im not a linux admin but I do have my feet wet in the linux community. I was hoping someone could shed some light on possible reasons this is happening?<\/p>","upvoteCount":8,"datePublished":"2013-06-14T14:44:17.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/1","author":{"@type":"Person","name":"chrislane7807","url":"https://community.spiceworks.com/u/chrislane7807"}},{"@type":"Answer","text":" Looks like you are not synced to a time server.<\/p>\n At the command line (as root or as sudo), enter:<\/p>\n ntpdate us.pool.ntp.org<\/a><\/p>\n and it should update your system clock.<\/p>","upvoteCount":5,"datePublished":"2013-06-14T14:49:17.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/2","author":{"@type":"Person","name":"donges","url":"https://community.spiceworks.com/u/donges"}},{"@type":"Answer","text":" You can edit ntpd.conf to set the time server to synch with too to keep the time in synch<\/p>","upvoteCount":2,"datePublished":"2013-06-14T14:55:33.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/3","author":{"@type":"Person","name":"alex3031","url":"https://community.spiceworks.com/u/alex3031"}},{"@type":"Answer","text":" Yup, it’s been covered. NTP issues.<\/p>","upvoteCount":3,"datePublished":"2013-06-14T15:01:23.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/4","author":{"@type":"Person","name":"scottalanmiller","url":"https://community.spiceworks.com/u/scottalanmiller"}},{"@type":"Answer","text":" Donges, That did work but How do I get it to do it automatically? or is that what Alex was talking about?<\/p>","upvoteCount":0,"datePublished":"2013-06-14T15:03:39.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/5","author":{"@type":"Person","name":"chrislane7807","url":"https://community.spiceworks.com/u/chrislane7807"}},{"@type":"Answer","text":" Many thanks guys. I will try this and let you know. I will report back say monday or tuesday and confirm if Donges fix worked for me.<\/p>","upvoteCount":0,"datePublished":"2013-06-14T15:14:49.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/7","author":{"@type":"Person","name":"chrislane7807","url":"https://community.spiceworks.com/u/chrislane7807"}},{"@type":"Answer","text":" Linux has many more advanced features than Windows or Mac, including the ability to time travel<\/p>","upvoteCount":3,"datePublished":"2013-06-14T15:22:47.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/8","author":{"@type":"Person","name":"dtaylor","url":"https://community.spiceworks.com/u/dtaylor"}},{"@type":"Answer","text":" Install and configure xntpd. It is a service that will keep your clock accurate all day. You can set it up to synchronize to time.nist.gov<\/a> and time-a.timefreq.bldrdoc.gov<\/a> or time-b.timefreq.bldrdoc.gov<\/a>. Both of these agencies are in sync with the official atomic clock in Greenwich.<\/p>\n Also, if you enable pll, it will adjust the hardware clock. If the hardware clock is wrong, then at the next reboot the system time will be wrong until xntpd is started. Bad things can happen if you reboot and it’s 10 minutes ago, depending on what your system is running.<\/p>","upvoteCount":1,"datePublished":"2013-06-14T15:40:15.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/9","author":{"@type":"Person","name":"sal8273","url":"https://community.spiceworks.com/u/sal8273"}},{"@type":"Answer","text":" If you’re trying to update the time on a VM, then you should also fix the hypervisor host’s time settings. The Linux box will set itself to the virtual “hardware” clock on each boot.<\/p>","upvoteCount":0,"datePublished":"2013-06-14T16:07:08.000Z","url":"https://community.spiceworks.com/t/linux-server-says-updated-at-3-53pm-but-its-only-3-46pm/219494/10","author":{"@type":"Person","name":"efinlayson","url":"https://community.spiceworks.com/u/efinlayson"}},{"@type":"Answer","text":"