Adjust TZ for My Solaris 8

This worked fine.
# cd /usr/share/lib/zoneinfo/src
# zic asia
This will create a directory Asia in /usr/share/lib/zoneinfo, with a file Jakarta in it
in /etc/TIMEZONE, change TZ to (/etc/TIMEZONE is a link to
/etc/default/init)
TZ=Asia/Jakarta
save
now:
# TZ=Asia/Jakarta; export TZ
# date; date -u
Note: I replace xntpd with ntpd. Don’t forget to create the /etc/rc2.d/S74ntpd file.
Resource

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top