Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] daylight savings time
Date: Fri, 02 Mar 2007 13:04:19
Message-Id: 200703021359.00067.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] daylight savings time by Hans-Werner Hilse
1 On Friday 02 March 2007 13:35:22 Hans-Werner Hilse wrote:
2 > Hm, set your hardware clock to UTC and do as root:
3 >
4 > rm /etc/localtime
5 > ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
6 >
7 > should work...
8
9 That's not how it's done anymore. Instead you set:
10
11 TIMEZONE="Canada/Newfoundland"
12
13 in /etc/conf.d/clock and:
14
15 # rm /etc/localtime
16 # cp /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
17
18 This has the advantage that it'll work even when /usr isn't mounted.
19
20 --
21 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] daylight savings time Raymond Lewis Rebbeck <dystopianray@×××××.com>