|
You can use the date command for checking and for fixing your time and date. It is not an uncommon issue for motherboards to lose time as they are just not always accurate.
If you want to check the time do the command:
date
Thu Jun 18 05:32:26 MDT 2009
You will get an output that shows the day(Thursday) the date and then the time. The time is hour, minute, second and then the time zone(MDT is Mountain). Finally you will see the year.
To change the date use the same command with the -s option and the time and date you want to change to in double ".
date -s "06/18/2009 5:21"
Thu Jun 18 05:21:00 MDT 2009
Note that the input order is a little different than the output but when you look at the example it is clear enough. |
IP Logged
|