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.
Ajitabh Pandey's Soul & Syntax
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.