To change the time and or date of a linux server, you can simply log into the server via shell and run the following string;
For example, if I needed to change the time and date to today, I would type in the command prompt;
# date -s “Sept 2008 13:00:00″
Remember, linux using 24 hour clock time, you can not use 12 hour clock time.
Entries (RSS)