The available timezones in solaris are listed in /usr/share/lib/zoneinfo/
To find out the current timezone on the system:
grep '^TZ' /etc/TIMEZONE
and in order to change the timezone, modify the TZ line in /etc/TIMEZONE and then reboot the system.
Exploring systems, souls, and stories – one post at a time

The available timezones in solaris are listed in /usr/share/lib/zoneinfo/
To find out the current timezone on the system:
grep '^TZ' /etc/TIMEZONE
and in order to change the timezone, modify the TZ line in /etc/TIMEZONE and then reboot the system.
Leave a Reply