Am 10.05.2006 um 17:27 schrieb [EMAIL PROTECTED]:
My timezone is GMT-4, but when I configured the servers they change the time, and then I had to change the GMT-4 to GMT+4 in order they reflect the correct time.
UNIX machines always run on UTC (formerly GMT), so you need to tell the system which timezone it resides in. In Solaris, /etc/default/ init sets the TZ variable to the location. Add this line to the file for your location:
TZ=America/Dominica You will need to reboot for that setting to become effective. Possible values are the files under /usr/share/lib/zoneinfo HTH, Stefan -- Stefan Bethke <[EMAIL PROTECTED]> Fon +49 170 346 0140 _______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
