Date Format Chaning

I need to change the date format in Sun Solaris. Please gimme the date command structure to covert it from PST format to GMT format for an example
[153 byte] By [Raihan] at [2007-11-26 11:43:29]
# 1

You mention 'format', but it sounds like you're interested in changing the timezone.

If you want to change the default for all processes on the machine, modify the TZ entry in /etc/TIMEZONE and reboot.

For any individual process, you can change the environment for it and restart the process.

$ date

Mon Nov 27 10:51:54 PST 2006

$ TZ=UTC date

Mon Nov 27 18:52:01 UTC 2006

--

Darren

Darren_Dunham at 2007-7-7 11:51:15 > top of Java-index,Solaris Operating System,Solaris 10 Features...