Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Setting the time and date in Linux
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
The "date" command is used for setting time and date, but the syntax is far from obvious.
Tittel: [Solved] Setting the time and date in Linux
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
As an example, to set the current time and date to July 31, 11:16pm, type "date 07312316" (note that the time is given in 24 hour notation).

If you wanted to change the year as well, you could type "date 073123161998".

To set the seconds as well, type "date 07312316.30" or "date 073123161998.30".

To see what Linux thinks the current local time is, run date with no arguments

More information can be found here:
http://www.linuxsa.org.au/tips/time.html