Results 1 to 3 of 3
Thread: Date update
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-07-2014 #1
- Join Date
- Feb 2013
- Posts
- 6
Date update
HTML Code:Thu Aug 7 17:01:30 EDT 2014
HTML Code:Thu Aug 7 15:04:16 CDT 2014
-
08-07-2014 #2
- Join Date
- Jul 2014
- Location
- Bay Area, California
- Posts
- 96
Problem is with your time zone it looks like... It's off by the right amount of hours. You need to
Code:rm -rf /etc/localtime ln -sf /usr/share/zoneinfo/America/whateveryourtimezoneis /etc/localtime
Code:date -s "7 AUG 2014 14:24:00"
Also, do you have ntp installed & ntpd on & pointed somewhere? If you have NTP setup & you get the timezone in localtime set properly then you should be able to get NTP to do the rest.
-
08-07-2014 #3
- Join Date
- Feb 2013
- Posts
- 6
Thanks. That did work. By the way I do have ntp configured yet. Thanks again.