Summary
Learn how to change time setting in SPS after setting the wrong time zone during installation.
Details
To change the time:
- Log on to the SPS server as root.
- Check the current date and time:
# date
Mon April 29 10:59:24 UTC 2013 - Delete the current localtime file under the /etc/ directory:
# cd /etc
# rm localtime - Link the GB file to the /etc/localtime directory:
# cd /etc
# ln -s /usr/share/zoneinfo/GB localtime - Verify the time:
# date
Mon April 29 09:59:24 BST 2013