Tip: Changing Server Time
Here is a tip for those who need to change their server time. For example, to adjust time if server clock running slow. Let’s say that your server clock displays 08:30:22 AM on April 23. However, actual time is 08:40:12 AM on April 23. You can set time by executing the ‘date’ command via SSH (Secure Shell) / Telnet:
date 042308402009.12
The format is: date MMDDhhmmCCYY.ss. Refer to the date man page for further details regarding the ‘date‘ command: date command



