Link to home
Start Free TrialLog in
Avatar of itsramesh
itsramesh

asked on

cvs server tim lag

hi

we are using cvs-1.10.8-8 on redhat 7.0 (2.2.16-22) local server, but time differs where can i set the system time.
so that the time should be same as CVS server time.

thanks in advance.

--ramesh  
Avatar of deurk
deurk

To set the system clock under Linux, use the date command. 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.

^^
ASKER CERTIFIED SOLUTION
Avatar of lynxlupodian
lynxlupodian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you want to synchronize time with atomic time servers, you'd better use ntp.
http://www.ntp.org/

Hope this helps.
rdate works with NTP servers too.