How to change server time?

what do you mean?

have you try to change your system time in your computer? its just the same with your server time

 
Type in the terminal;

Code:
ln -sf /usr/share/zoneinfo/Hongkong /etc/localtime
 
Back
Top