It is pretty easy to change your server date and time via shell.
- First, execute “date” to see the current date and time:
root@myserver [~]# date Wed Aug 27 21:03:57 CDT 2008
- Now, execute in this format to set the new date and time:
root@myserver [~]# date --set='Wed Aug 27 22:00:00 CDT 2008'
- Now, execute “date” again to see if the changes get applied:
root@myserver [~]# date Wed Aug 27 22:00:00 CDT 2008
Done!
{ 4 comments… read them below or add one }
the name of my server is WINDSTREAM. it is misspelled WINDSTREM. when i try to send an e or g mail. a popup said the server could not be found
please help me find away to correct this problem
Hi earl b,
What Operating System do you have and what control panel?
Thanks ! It worked perfectly !