Gentoo Archives: gentoo-user

From: "McCaffrey
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] daylight savings time
Date: Fri, 02 Mar 2007 14:36:49
Message-Id: DCC716ACBD37D0478706B5BBBFBBA53E025D7939@PRVPVSMAIL04.corp.twcable.com
In Reply to: Re: [gentoo-user] daylight savings time by Hans-Werner Hilse
1 -----Original Message-----
2 From: Hans-Werner Hilse [mailto:hilse@×××.de]
3 Sent: Friday, March 02, 2007 7:35 AM
4 To: gentoo-user@l.g.o
5 Subject: Re: [gentoo-user] daylight savings time
6
7 Hi,
8
9 On Fri, 02 Mar 2007 08:45:42 -0330 Roger Mason <rmason@×××××××.ca>
10 wrote:
11
12 > My home province (Newfoundland & Labrador) has, in its infinite
13 > wisdom, decided to adopt daylight savings time from 11 to 04 November,
14
15 > rather than the more common dates in April & October.
16 >
17 > Can someone tell me what I need to do to accommodate this change, if
18 > anything?
19
20 Hm, set your hardware clock to UTC and do as root:
21
22 rm /etc/localtime
23 ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
24
25 should work...
26
27 http://en.wikipedia.org/wiki/Newfoundland_Standard_Time_Zone suggests
28 that it was changed just recently. Make sure your timezone-data ebuild
29 is up to date and installed. In order to get an 2007 version, you might
30 need to architecture unmask it.
31
32 http://www.twinsun.com/tz/tz-link.htm has wealth of information
33 regarding zoneinfo.
34
35 -hwh
36
37 Running the following command will tell you how your current timezone is
38 set:
39
40 zdump -v /etc/localtime | grep 2007
41
42 For EST the result should look as follows:
43
44 ennis@bubba1-rep ~ $ zdump -v /etc/localtime | grep 2007
45 /etc/localtime Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007
46 EST isdst=0
47 /etc/localtime Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007
48 EDT isdst=1
49 /etc/localtime Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007
50 EDT isdst=1
51 /etc/localtime Sun Nov 4 06:00:00 2007 UTC = Sun Nov 4 01:00:00 2007
52 EST isdst=0
53
54 -Ennis
55
56 --
57 gentoo-user@g.o mailing list
58
59
60 -----------------------------------------
61 This E-mail and any of its attachments may contain Time Warner
62 Cable proprietary information, which is privileged, confidential,
63 or subject to copyright belonging to Time Warner Cable. This E-mail
64 is intended solely for the use of the individual or entity to which
65 it is addressed. If you are not the intended recipient of this
66 E-mail, you are hereby notified that any dissemination,
67 distribution, copying, or action taken in relation to the contents
68 of and attachments to this E-mail is strictly prohibited and may be
69 unlawful. If you have received this E-mail in error, please notify
70 the sender immediately and permanently delete the original and any
71 copy of this E-mail and any printout.
72 --
73 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] daylight savings time [Slightly OT] "John J. Foster" <Gentoo-User@××××××××××××××××××××××.org>