Applicable to:
- SolusVM
Symptoms
Default timezone settings in Configuration > Settings > General does not affect the server time
Cause
It is an expected behavior
Resolution
Set timezone on the server manually:
- Connect to the server via SSH
- Execute the following commands to set the server time to Asia/Shanghai:
# unlink /etc/localtime
# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime - To find available timezones, execute the follwoing command:
# ls -l /usr/share/zoneinfo/
Comments
0 commentsPlease sign in to leave a comment.