at the server the time is

$ date
Tue Feb 6 13:20:05 CST 2001


and in the database the time is


SQL> select to_char(sysdate, 'dd-mm-yyyy hh24:mi:ss')
2 from dual
3
SQL> /

TO_CHAR(SYSDATE,'DD-MM-YYYYHH24:MI:SS')
---------------------------------------------------------------------------
06-02-2001 19:20:49


thats bad, i suppose oracle get the time from the server, what can i do to syncronize them?