* [gentoo-user] daylight savings time
@ 2007-03-02 12:15 Roger Mason
2007-03-02 12:35 ` Hans-Werner Hilse
0 siblings, 1 reply; 18+ messages in thread
From: Roger Mason @ 2007-03-02 12:15 UTC (permalink / raw
To: gentoo-user
Hello all,
My home province (Newfoundland & Labrador) has, in its infinite
wisdom, decided to adopt daylight savings time from 11 to 04 November,
rather than the more common dates in April & October.
Can someone tell me what I need to do to accommodate this change, if
anything?
Thanks,
Roger
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time
2007-03-02 12:15 [gentoo-user] daylight savings time Roger Mason
@ 2007-03-02 12:35 ` Hans-Werner Hilse
2007-03-02 12:58 ` Bo Ørsted Andresen
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: Hans-Werner Hilse @ 2007-03-02 12:35 UTC (permalink / raw
To: gentoo-user
Hi,
On Fri, 02 Mar 2007 08:45:42 -0330 Roger Mason <rmason@esd.mun.ca>
wrote:
> My home province (Newfoundland & Labrador) has, in its infinite
> wisdom, decided to adopt daylight savings time from 11 to 04 November,
> rather than the more common dates in April & October.
>
> Can someone tell me what I need to do to accommodate this change, if
> anything?
Hm, set your hardware clock to UTC and do as root:
rm /etc/localtime
ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
should work...
http://en.wikipedia.org/wiki/Newfoundland_Standard_Time_Zone suggests
that it was changed just recently. Make sure your timezone-data ebuild
is up to date and installed. In order to get an 2007 version, you might
need to architecture unmask it.
http://www.twinsun.com/tz/tz-link.htm has wealth of information
regarding zoneinfo.
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time
2007-03-02 12:35 ` Hans-Werner Hilse
@ 2007-03-02 12:58 ` Bo Ørsted Andresen
2007-03-02 13:11 ` Raymond Lewis Rebbeck
2007-03-02 14:29 ` McCaffrey, Ennis
2007-03-03 12:01 ` [gentoo-user] daylight savings time Roger Mason
2 siblings, 1 reply; 18+ messages in thread
From: Bo Ørsted Andresen @ 2007-03-02 12:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 516 bytes --]
On Friday 02 March 2007 13:35:22 Hans-Werner Hilse wrote:
> Hm, set your hardware clock to UTC and do as root:
>
> rm /etc/localtime
> ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
>
> should work...
That's not how it's done anymore. Instead you set:
TIMEZONE="Canada/Newfoundland"
in /etc/conf.d/clock and:
# rm /etc/localtime
# cp /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
This has the advantage that it'll work even when /usr isn't mounted.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time
2007-03-02 12:58 ` Bo Ørsted Andresen
@ 2007-03-02 13:11 ` Raymond Lewis Rebbeck
0 siblings, 0 replies; 18+ messages in thread
From: Raymond Lewis Rebbeck @ 2007-03-02 13:11 UTC (permalink / raw
To: gentoo-user
On Friday, 2 March 2007 23:28, Bo Ørsted Andresen wrote:
> On Friday 02 March 2007 13:35:22 Hans-Werner Hilse wrote:
> > Hm, set your hardware clock to UTC and do as root:
> >
> > rm /etc/localtime
> > ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
> >
> > should work...
>
> That's not how it's done anymore. Instead you set:
>
> TIMEZONE="Canada/Newfoundland"
>
> in /etc/conf.d/clock and:
>
> # rm /etc/localtime
> # cp /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
>
> This has the advantage that it'll work even when /usr isn't mounted.
TIMEZONE is used by the timezone-data ebuild, so emerge it and it'll
automatically update /etc/localtime, no need to do it manually.
--
Raymond Lewis Rebbeck
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* RE: [gentoo-user] daylight savings time
2007-03-02 12:35 ` Hans-Werner Hilse
2007-03-02 12:58 ` Bo Ørsted Andresen
@ 2007-03-02 14:29 ` McCaffrey, Ennis
2007-03-02 15:25 ` [gentoo-user] daylight savings time [Slightly OT] John J. Foster
2007-03-03 12:01 ` [gentoo-user] daylight savings time Roger Mason
2 siblings, 1 reply; 18+ messages in thread
From: McCaffrey, Ennis @ 2007-03-02 14:29 UTC (permalink / raw
To: gentoo-user
-----Original Message-----
From: Hans-Werner Hilse [mailto:hilse@web.de]
Sent: Friday, March 02, 2007 7:35 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] daylight savings time
Hi,
On Fri, 02 Mar 2007 08:45:42 -0330 Roger Mason <rmason@esd.mun.ca>
wrote:
> My home province (Newfoundland & Labrador) has, in its infinite
> wisdom, decided to adopt daylight savings time from 11 to 04 November,
> rather than the more common dates in April & October.
>
> Can someone tell me what I need to do to accommodate this change, if
> anything?
Hm, set your hardware clock to UTC and do as root:
rm /etc/localtime
ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
should work...
http://en.wikipedia.org/wiki/Newfoundland_Standard_Time_Zone suggests
that it was changed just recently. Make sure your timezone-data ebuild
is up to date and installed. In order to get an 2007 version, you might
need to architecture unmask it.
http://www.twinsun.com/tz/tz-link.htm has wealth of information
regarding zoneinfo.
-hwh
Running the following command will tell you how your current timezone is
set:
zdump -v /etc/localtime | grep 2007
For EST the result should look as follows:
ennis@bubba1-rep ~ $ zdump -v /etc/localtime | grep 2007
/etc/localtime Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007
EST isdst=0
/etc/localtime Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007
EDT isdst=1
/etc/localtime Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007
EDT isdst=1
/etc/localtime Sun Nov 4 06:00:00 2007 UTC = Sun Nov 4 01:00:00 2007
EST isdst=0
-Ennis
--
gentoo-user@gentoo.org mailing list
-----------------------------------------
This E-mail and any of its attachments may contain Time Warner
Cable proprietary information, which is privileged, confidential,
or subject to copyright belonging to Time Warner Cable. This E-mail
is intended solely for the use of the individual or entity to which
it is addressed. If you are not the intended recipient of this
E-mail, you are hereby notified that any dissemination,
distribution, copying, or action taken in relation to the contents
of and attachments to this E-mail is strictly prohibited and may be
unlawful. If you have received this E-mail in error, please notify
the sender immediately and permanently delete the original and any
copy of this E-mail and any printout.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time [Slightly OT]
2007-03-02 14:29 ` McCaffrey, Ennis
@ 2007-03-02 15:25 ` John J. Foster
2007-03-02 15:31 ` McCaffrey, Ennis
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: John J. Foster @ 2007-03-02 15:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2873 bytes --]
Anyone else having trouble with the format (^M's) in Ennis' email?
On Fri, Mar 02, 2007 at 09:29:16AM -0500, McCaffrey, Ennis wrote:
>
>
> -----Original Message-----
> From: Hans-Werner Hilse [mailto:hilse@web.de]
> Sent: Friday, March 02, 2007 7:35 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] daylight savings time
>
> Hi,
>
> On Fri, 02 Mar 2007 08:45:42 -0330 Roger Mason <rmason@esd.mun.ca>
> wrote:
>
> > My home province (Newfoundland & Labrador) has, in its infinite
> > wisdom, decided to adopt daylight savings time from 11 to 04 November,
>
> > rather than the more common dates in April & October.
> >
> > Can someone tell me what I need to do to accommodate this change, if
> > anything?
>
> Hm, set your hardware clock to UTC and do as root:
>
> rm /etc/localtime
> ln -s /usr/share/zoneinfo/Canada/Newfoundland /etc/localtime
>
> should work...
>
> http://en.wikipedia.org/wiki/Newfoundland_Standard_Time_Zone suggests
> that it was changed just recently. Make sure your timezone-data ebuild
> is up to date and installed. In order to get an 2007 version, you might
> need to architecture unmask it.
>
> http://www.twinsun.com/tz/tz-link.htm has wealth of information
> regarding zoneinfo.
>
> -hwh
>
> Running the following command will tell you how your current timezone is
> set:
>
> zdump -v /etc/localtime | grep 2007
>
> For EST the result should look as follows:
>
> ennis@bubba1-rep ~ $ zdump -v /etc/localtime | grep 2007
> /etc/localtime Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007
> EST isdst=0
> /etc/localtime Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007
> EDT isdst=1
> /etc/localtime Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007
> EDT isdst=1
> /etc/localtime Sun Nov 4 06:00:00 2007 UTC = Sun Nov 4 01:00:00 2007
> EST isdst=0
>
> -Ennis
>
> --
> gentoo-user@gentoo.org mailing list
>
>
> -----------------------------------------
> This E-mail and any of its attachments may contain Time Warner
> Cable proprietary information, which is privileged, confidential,
> or subject to copyright belonging to Time Warner Cable. This E-mail
> is intended solely for the use of the individual or entity to which
> it is addressed. If you are not the intended recipient of this
> E-mail, you are hereby notified that any dissemination,
> distribution, copying, or action taken in relation to the contents
> of and attachments to this E-mail is strictly prohibited and may be
> unlawful. If you have received this E-mail in error, please notify
> the sender immediately and permanently delete the original and any
> copy of this E-mail and any printout.
>
> --
> gentoo-user@gentoo.org mailing list
>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* RE: [gentoo-user] daylight savings time [Slightly OT]
2007-03-02 15:25 ` [gentoo-user] daylight savings time [Slightly OT] John J. Foster
@ 2007-03-02 15:31 ` McCaffrey, Ennis
2007-03-02 16:12 ` Dan Farrell
2007-03-02 16:36 ` Grant Edwards
2 siblings, 0 replies; 18+ messages in thread
From: McCaffrey, Ennis @ 2007-03-02 15:31 UTC (permalink / raw
To: gentoo-user
Sorry, it's my work laptop ...
The just of my email follows ...
zdump -v /etc/localtime | grep 2007
-Ennis
-----Original Message-----
From: John J. Foster [mailto:Gentoo-User@festus.festusandsimone.org]
Sent: Friday, March 02, 2007 10:26 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] daylight savings time [Slightly OT]
Anyone else having trouble with the format (^M's) in Ennis' email?
On Fri, Mar 02, 2007 at 09:29:16AM -0500, McCaffrey, Ennis wrote:
> > > -----Original Message----- > From: Hans-Werner Hilse
> [mailto:hilse@web.de] > Sent: Friday, March 02, 2007 7:35 AM > To:
> gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] daylight
> savings time > > Hi, > > On Fri, 02 Mar 2007 08:45:42 -0330 Roger
> Mason <rmason@esd.mun.ca> > wrote: > > > My home province
> (Newfoundland & Labrador) has, in its infinite > > wisdom, decided to
> adopt daylight savings time from 11 to 04 November, > > > rather than
> the more common dates in April & October. > > > > Can someone tell me
> what I need to do to accommodate this change, if > > anything? > >
> Hm, set your hardware clock to UTC and do as root: > > rm
> /etc/localtime > ln -s /usr/share/zoneinfo/Canada/Newfoundland
> /etc/localtime > > should work... > >
> http://en.wikipedia.org/wiki/Newfoundland_Standard_Time_Zone suggests
> > that it was changed just recently. Make sure your timezone-data
> ebuild > is up to date and installed. In order to get an 2007 version,
> you might > need to architecture unmask it. > >
> http://www.twinsun.com/tz/tz-link.htm has wealth of information >
regarding zoneinfo. > > -hwh > > Running the following command will
tell you how your current timezone is > set: > > > > For EST the
result should look as follows: > > ennis@bubba1-rep ~ $ zdump -v
/etc/localtime | grep 2007 > /etc/localtime Sun Mar 11 06:59:59 2007
UTC = Sun Mar 11 01:59:59 2007 > EST isdst=0 > /etc/localtime Sun Mar
11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 > EDT isdst=1 >
/etc/localtime Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007
> EDT isdst=1 > /etc/localtime Sun Nov 4 06:00:00 2007 UTC = Sun Nov
4 01:00:00 2007 > EST isdst=0 > > -Ennis > > -- >
gentoo-user@gentoo.org mailing list > > >
----------------------------------------- > This E-mail and any of its
attachments may contain Time Warner > Cable proprietary information,
which is privileged, confidential, > or subject to copyright belonging
to Time Warner Cable. This E-mail > is intended solely for the use of
the individual or entity to which > it is addressed. If you are not the
intended recipient of this > E-mail, you are hereby notified that any
dissemination, > distribution, copying, or action taken in relation to
the contents > of and attachments to this E-mail is strictly prohibited
and may be > unlawful. If you have received this E-mail in error, please
notify > the sender immediately and permanently delete the original and
any > copy of this E-mail and any printout. >
> --
> gentoo-user@gentoo.org mailing list
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time [Slightly OT]
2007-03-02 15:25 ` [gentoo-user] daylight savings time [Slightly OT] John J. Foster
2007-03-02 15:31 ` McCaffrey, Ennis
@ 2007-03-02 16:12 ` Dan Farrell
2007-03-02 16:25 ` Albert Hopkins
2007-03-02 16:36 ` Grant Edwards
2 siblings, 1 reply; 18+ messages in thread
From: Dan Farrell @ 2007-03-02 16:12 UTC (permalink / raw
To: gentoo-user
On Fri, 2 Mar 2007 10:25:48 -0500
"John J. Foster" <Gentoo-User@festus.festusandsimone.org> wrote:
>
>
> Anyone else having trouble with the format (^M's) in Ennis' email?
>
nope. maybe it's due to top-posting <snicker>. no just kidding, but
isn't that indicative of a NL/CR-LF difference between unix and dos?
but that problem hasn't plagued us for so long...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time [Slightly OT]
2007-03-02 16:12 ` Dan Farrell
@ 2007-03-02 16:25 ` Albert Hopkins
2007-03-02 16:38 ` [gentoo-user] " Grant Edwards
0 siblings, 1 reply; 18+ messages in thread
From: Albert Hopkins @ 2007-03-02 16:25 UTC (permalink / raw
To: gentoo-user
On Fri, 2007-03-02 at 10:12 -0600, Dan Farrell wrote:
> se having trouble with the format (^M's) in Ennis' email?
> >
> nope. maybe it's due to top-posting <snicker>. no just kidding, but
> isn't that indicative of a NL/CR-LF difference between unix and dos?
> but that problem hasn't plagued us for so long...
IIRC SMTP dictates CRLF. Some broken clients don't adhere to that
however.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Re: daylight savings time [Slightly OT]
2007-03-02 16:25 ` Albert Hopkins
@ 2007-03-02 16:38 ` Grant Edwards
0 siblings, 0 replies; 18+ messages in thread
From: Grant Edwards @ 2007-03-02 16:38 UTC (permalink / raw
To: gentoo-user
On 2007-03-02, Albert Hopkins <marduk@gentoo.org> wrote:
> On Fri, 2007-03-02 at 10:12 -0600, Dan Farrell wrote:
>> se having trouble with the format (^M's) in Ennis' email?
>> >
>> nope. maybe it's due to top-posting <snicker>. no just kidding, but
>> isn't that indicative of a NL/CR-LF difference between unix and dos?
>> but that problem hasn't plagued us for so long...
>
> IIRC SMTP dictates CRLF.
It dictates CRLF for commands and responses (and envelope
header). IIRCT, It's mute on what the body contains.
--
Grant Edwards grante Yow! If I am elected no
at one will ever have to do
visi.com their laundry again!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Re: daylight savings time [Slightly OT]
2007-03-02 15:25 ` [gentoo-user] daylight savings time [Slightly OT] John J. Foster
2007-03-02 15:31 ` McCaffrey, Ennis
2007-03-02 16:12 ` Dan Farrell
@ 2007-03-02 16:36 ` Grant Edwards
2 siblings, 0 replies; 18+ messages in thread
From: Grant Edwards @ 2007-03-02 16:36 UTC (permalink / raw
To: gentoo-user
On 2007-03-02, John J. Foster <Gentoo-User@festus.festusandsimone.org> wrote:
> Anyone else having trouble with the format (^M's) in Ennis'
> email?
Yea, his posting looks pretty much like the dog's breakfast
inside slrn.
--
Grant Edwards grante Yow! Oh, I get it!! "The
at BEACH goes on," huh,
visi.com SONNY??
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] daylight savings time
2007-03-02 12:35 ` Hans-Werner Hilse
2007-03-02 12:58 ` Bo Ørsted Andresen
2007-03-02 14:29 ` McCaffrey, Ennis
@ 2007-03-03 12:01 ` Roger Mason
2 siblings, 0 replies; 18+ messages in thread
From: Roger Mason @ 2007-03-03 12:01 UTC (permalink / raw
To: gentoo-user
Thanks everyone. I'll report back on the outcome on D-day (March 11).
Roger
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Daylight savings time
@ 2007-11-08 0:16 James
2007-11-08 0:52 ` Dan Farrell
2007-11-08 7:35 ` Philip Webb
0 siblings, 2 replies; 18+ messages in thread
From: James @ 2007-11-08 0:16 UTC (permalink / raw
To: gentoo-user
Hello,
In my /etc/conf.d/clock file I have these relevant settings:
CLOCK="local"
TIMEZONE="America/New_York"
CLOCK_SYSTOHC="yes"
it's a dual boot (XP & gentoo) workstation.
I had to set the time manually to adjust for the 1 hour
shift. Shouldn't this be automatic?
What did I miss?
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Daylight savings time
2007-11-08 0:16 [gentoo-user] Daylight " James
@ 2007-11-08 0:52 ` Dan Farrell
2007-11-08 7:35 ` Philip Webb
1 sibling, 0 replies; 18+ messages in thread
From: Dan Farrell @ 2007-11-08 0:52 UTC (permalink / raw
To: gentoo-user
On Thu, 8 Nov 2007 00:16:46 +0000 (UTC)
James <wireless@tampabay.rr.com> wrote:
> Hello,
>
> In my /etc/conf.d/clock file I have these relevant settings:
> CLOCK="local"
> TIMEZONE="America/New_York"
> CLOCK_SYSTOHC="yes"
>
> it's a dual boot (XP & gentoo) workstation.
>
> I had to set the time manually to adjust for the 1 hour
> shift. Shouldn't this be automatic?
>
>
>
>
> James
>
>
All my gentoos switched over just fine.
> What did I miss?
I don't know, but I'm surprised to hear about this. I thought we all
figured it out last spring. The gentoo clock stuff should have been
updated long ago.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Daylight savings time
2007-11-08 0:16 [gentoo-user] Daylight " James
2007-11-08 0:52 ` Dan Farrell
@ 2007-11-08 7:35 ` Philip Webb
2007-11-08 15:26 ` felix
1 sibling, 1 reply; 18+ messages in thread
From: Philip Webb @ 2007-11-08 7:35 UTC (permalink / raw
To: gentoo-user
071108 James wrote:
> In my /etc/conf.d/clock file I have these relevant settings:
> CLOCK="local"
That sb "utc".
> TIMEZONE="America/New_York"
> CLOCK_SYSTOHC="yes"
> it's a dual boot (XP & gentoo) workstation.
However, M$ Windows may insist on changing the time on its own,
so you may find it happens twice.
> I had to set the time manually to adjust for the 1 hour shift.
> Shouldn't this be automatic? What did I miss?
HTH
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Daylight savings time
2007-11-08 7:35 ` Philip Webb
@ 2007-11-08 15:26 ` felix
2007-11-08 18:05 ` Uwe Thiem
0 siblings, 1 reply; 18+ messages in thread
From: felix @ 2007-11-08 15:26 UTC (permalink / raw
To: gentoo-user
On Thu, Nov 08, 2007 at 02:35:06AM -0500, Philip Webb wrote:
> 071108 James wrote:
> > In my /etc/conf.d/clock file I have these relevant settings:
> > CLOCK="local"
>
> That sb "utc".
I have heard that Windows expects the hardware clock to be in local
time, including daylight savings adjustments. Presumably Windows
maintains it that way.
--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Daylight savings time
2007-11-08 15:26 ` felix
@ 2007-11-08 18:05 ` Uwe Thiem
0 siblings, 0 replies; 18+ messages in thread
From: Uwe Thiem @ 2007-11-08 18:05 UTC (permalink / raw
To: gentoo-user
On 08 November 2007, felix@crowfix.com wrote:
> On Thu, Nov 08, 2007 at 02:35:06AM -0500, Philip Webb wrote:
> > 071108 James wrote:
> > > In my /etc/conf.d/clock file I have these relevant settings:
> > > CLOCK="local"
> >
> > That sb "utc".
>
> I have heard that Windows expects the hardware clock to be in local
> time, including daylight savings adjustments. Presumably Windows
> maintains it that way.
True. So you should go with "local" if the box is a dual boot one.
Uwe
--
If a man speaks in a forest, and no woman listens to him,
is he still lying?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <9n3hU-89d-7@gated-at.bofh.it>]
* Re: [gentoo-user] Daylight savings time
[not found] <9n3hU-89d-7@gated-at.bofh.it>
@ 2007-11-08 13:38 ` Vaeth
0 siblings, 0 replies; 18+ messages in thread
From: Vaeth @ 2007-11-08 13:38 UTC (permalink / raw
To: gentoo-user
On Thu, 8 Nov 2007, James wrote:
> In my /etc/conf.d/clock file I have these relevant settings:
> CLOCK="local"
> TIMEZONE="America/New_York"
> CLOCK_SYSTOHC="yes"
>
> it's a dual boot (XP & gentoo) workstation.
>
> I had to set the time manually to adjust for the 1 hour shift.
I guess you mean that in this timezone there was recently a shift
due to daylight saving time?
> Shouldn't this be automatic?
This question was recently discussed in the German forums.
Here is a summary:
Since you have CLOCK="local" this can only be automatic if your
computer was running during the shift - when you start your computer
after the shift, Linux will consider the hardware clock as the
correct (already shifted) time information.
If the shift happened with your setting although your computer was
not running, another program (typically: windows) has done the shifting.
Only if you run CLOCK=UTC the shift is guaranteed to work in any case
(of course, unless another program like windows interferes).
BTW: In case you use FAT, you might also want to consider the solution
proposed in
http://forums.gentoo.org/viewtopic-t-579915.html
(which will make your hardwareclock also run with a constant offset to
utc i.e. the shift will also work reliable, but windows will display
the wrong time half of the year. However, the advantage is that
filestamps on FAT partitions will never change.)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2007-11-08 18:10 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 12:15 [gentoo-user] daylight savings time Roger Mason
2007-03-02 12:35 ` Hans-Werner Hilse
2007-03-02 12:58 ` Bo Ørsted Andresen
2007-03-02 13:11 ` Raymond Lewis Rebbeck
2007-03-02 14:29 ` McCaffrey, Ennis
2007-03-02 15:25 ` [gentoo-user] daylight savings time [Slightly OT] John J. Foster
2007-03-02 15:31 ` McCaffrey, Ennis
2007-03-02 16:12 ` Dan Farrell
2007-03-02 16:25 ` Albert Hopkins
2007-03-02 16:38 ` [gentoo-user] " Grant Edwards
2007-03-02 16:36 ` Grant Edwards
2007-03-03 12:01 ` [gentoo-user] daylight savings time Roger Mason
-- strict thread matches above, loose matches on Subject: below --
2007-11-08 0:16 [gentoo-user] Daylight " James
2007-11-08 0:52 ` Dan Farrell
2007-11-08 7:35 ` Philip Webb
2007-11-08 15:26 ` felix
2007-11-08 18:05 ` Uwe Thiem
[not found] <9n3hU-89d-7@gated-at.bofh.it>
2007-11-08 13:38 ` Vaeth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox