On Thu, Jan 17, 2008 at 12:56:58PM +0100, frantisek holop wrote:
| hi there,
| 
| what is the "standard" way of changing the timezone
| esp. if someone is in another one every week :)
| 
| is it just a simple rm /etc/localtime && ln -s ?

If it's "someone" have them set TZ in their login script. Your users
can have different timezones than the system runs in. Basically, you
can set TZ to whatever you find under /usr/share/zoneinfo. Compare :

$ TZ=Europe/Amsterdam date
Thu Jan 17 13:02:14 CET 2008
$ TZ=America/New_York date
Thu Jan 17 07:02:16 EST 2008

If you move your machine around from timezone to timezone on a regular
basis, you could do the ln -sf /usr/share/zoneinfo/... /etc/localtime
dance.

Cheers,

Paul 'WEiRD' de Weerd

-- 
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/                 

Reply via email to