Also another thing, how do i make the clock be on time
As root, try this:
To set your system time to 10am: date -s 10:00
To set system time to 4pm: date -s 16:00
To get the time/date, just type date
Also check the date/time after a reboot to see if the bios clock is off. You can also run ntpd (Network Time Protocol Daemon) to keep your system clock in synch with a time server. read the manpage for ntpd for more info on how to configure it.