Originally posted by: Yusata
Hi all,
I have 2 AIX servers with different time zone/date configuration. Let's get the point:
Server1 (AIX 6100-03-10-1119) $ echo $TZ
Asia/Jakarta
$ date
Wed Mar 14 10:38:37 GMT+07:00 2012
Server2 (AIX 5300-09-01-0847) $ echo $TZ
THAIST-7
$ date
Mon Feb 14 10:39:18 THAIST 2012
How to change output "THAIST-7" to "Asia/Jakarta" in $TZ system-wide variable and "THAIST" to "GMT+07:00" in date command ?
So the configuration in Server2 will be the same as Server1
Need your advice.
Thank you,
Yusata.
#AIX-Forum