Changing Fedora Clock
-
So I have a intranet server that doesn't have access to a NTP server, it's on a closed network.
No outbound access at all.
Well one of our services seems to have stopped because of GD DLS, and I need to manually change the clock back 1 hour.
How do I do this?
-
Set up an NTP Server inside the closed network?
Otherwise, check here... http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/
-
From the cli:
date +%T -s HH:MM:SS -
With the date command...
date -s "the time you want"
-
Format is like this...
date -s '2014-12-25 12:34:56
-
@dafyre, thank you
Thank the rest of you as well. Now to see if it works.
-
Ah, this is what you really want..
date -s "last hour"