| Question:
How do I set the timezone on a DCServer? |
| Answer: |
The time zone is set via a soft link from /etc/localtime to on eof the files under /usr/share/zoneinfo/.
To find out what the current setting is type:
namei /etc/localtime
To set the tiem zone to say Melbourne Australia type:
ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
SEE ALSO: How do I set the time on a DCSERVER
|
|