Results 1 to 2 of 2
Hello
I've problem with time in my system.
Could you please tell me what is wrong and what I should change to fix it:
user@localhost:~$ touch a
user@localhost:~$ ls -la ...
- 03-30-2007 #1Just Joined!
- Join Date
- Aug 2006
- Location
- Poland
- Posts
- 17
Problem with time
Hello
I've problem with time in my system.
Could you please tell me what is wrong and what I should change to fix it:
user@localhost:~$ touch a
user@localhost:~$ ls -la a
-rw-r--r-- 1 user users 0 2007-03-30 20:11 a
user@localhost:~$ date
Fri Mar 30 19:11:15 CEST 2007
cheers,
foxrafi
- 03-30-2007 #2
Hello
As root and at the command prompt type
date 0330104407
and this reads as month day hour minute year everything is two digit
so
month 03 day 30 hour 10 minute 44 year 07


Reply With Quote
