All of lore.kernel.org
 help / color / mirror / Atom feed
* User tools for March 11
@ 2007-02-13 21:19 linux-os (Dick Johnson)
  2007-02-13 21:28 ` James Purser
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: linux-os (Dick Johnson) @ 2007-02-13 21:19 UTC (permalink / raw)
  To: Linux kernel


Hi!
In the United States, some idiots have decided that the year 2000 scare
wasn't enough so they changed the start date for daylight savings time
from the first Sunday in April to the second Sunday in March.
Does anybody know if there are new tools like `hwclock` and `date`?
Will new 'C' runtime libraries be necessary as well?

Cheers,
Dick Johnson
Penguin : Linux version 2.6.16.24 on an i686 machine (5592.61 BogoMips).
New book: http://www.AbominableFirebug.com/
_
\x1a\x04

****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: User tools for March 11
  2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
@ 2007-02-13 21:28 ` James Purser
  2007-02-13 21:40 ` Alistair John Strachan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: James Purser @ 2007-02-13 21:28 UTC (permalink / raw)
  To: linux-os (Dick Johnson); +Cc: Linux kernel

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On Tue, 2007-02-13 at 16:19 -0500, linux-os (Dick Johnson) wrote:
> Hi!
> In the United States, some idiots have decided that the year 2000 scare
> wasn't enough so they changed the start date for daylight savings time
> from the first Sunday in April to the second Sunday in March.
> Does anybody know if there are new tools like `hwclock` and `date`?
> Will new 'C' runtime libraries be necessary as well?
> 
> Cheers,
> Dick Johnson
> Penguin : Linux version 2.6.16.24 on an i686 machine (5592.61 BogoMips).
> New book: http://www.AbominableFirebug.com/

Hi Dick,

This timezone change will be handled by the distro makers, so you might
want to check with them. This list is for discussion and development of
the core linux kernel.

Thanks.
-- 
James Purser
Producer/Presenter
Open Source On The Air
http://www.localfoss.org

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: User tools for March 11
  2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
  2007-02-13 21:28 ` James Purser
@ 2007-02-13 21:40 ` Alistair John Strachan
  2007-02-13 21:42 ` Matti Aarnio
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Alistair John Strachan @ 2007-02-13 21:40 UTC (permalink / raw)
  To: linux-os (Dick Johnson); +Cc: Linux kernel

On Tuesday 13 February 2007 21:19, linux-os (Dick Johnson) wrote:
> Hi!
> In the United States, some idiots have decided that the year 2000 scare
> wasn't enough so they changed the start date for daylight savings time
> from the first Sunday in April to the second Sunday in March.
> Does anybody know if there are new tools like `hwclock` and `date`?
> Will new 'C' runtime libraries be necessary as well?

Unless there are utilities homebrewing locales, glibc (locales) should be the 
only package that requires an update. Some distros may sub-package this 
as "timezone".

SLES got an updated "timezone" package for the Western Australian changes, but 
I'm not sure about the US changes.

-- 
Cheers,
Alistair.

Final year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: User tools for March 11
  2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
  2007-02-13 21:28 ` James Purser
  2007-02-13 21:40 ` Alistair John Strachan
@ 2007-02-13 21:42 ` Matti Aarnio
  2007-02-13 21:46 ` Alan
  2007-02-14  0:14 ` Gene Heskett
  4 siblings, 0 replies; 6+ messages in thread
From: Matti Aarnio @ 2007-02-13 21:42 UTC (permalink / raw)
  To: linux-os (Dick Johnson); +Cc: Linux kernel

On Tue, Feb 13, 2007 at 04:19:59PM -0500, linux-os (Dick Johnson) wrote:
> Hi!
> In the United States, some idiots have decided that the year 2000 scare
> wasn't enough so they changed the start date for daylight savings time
> from the first Sunday in April to the second Sunday in March.
> Does anybody know if there are new tools like `hwclock` and `date`?
> Will new 'C' runtime libraries be necessary as well?

Dick,

UNIXes use UTC internally which has no DST, but for userspace there is
"tzdata" package (with that name in Fedora, at least.)

* Fri Jan 06 2006 Petr Machata <pmachata@redhat.com> 2005r-2
- 2005r
  - Zones EST, MST, HST, EST5EDT, CST6CDT, MST7MDT, PST8PDT moved to
    northamerica to guard against old files with obsolete information
    being left in the time zone binary directory.
  - Changes for countries that are supposed to join 2007 US DST
    change.  This includes most of Canada, however entries already in
    the database (Alberta, British Columbia, Newfoundland, Northwest
    Territories, and Yukon) were left alone for the time being.
  - Fixes in zdump.c (abbrok): conditions are chained, and the string
    is checked for emptiness.

.. and many alterations since then.

So..  you may already have it in your system.  If not, just update that
one package.

> Cheers,
> Dick Johnson

/Matti Aarnio

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: User tools for March 11
  2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
                   ` (2 preceding siblings ...)
  2007-02-13 21:42 ` Matti Aarnio
@ 2007-02-13 21:46 ` Alan
  2007-02-14  0:14 ` Gene Heskett
  4 siblings, 0 replies; 6+ messages in thread
From: Alan @ 2007-02-13 21:46 UTC (permalink / raw)
  To: linux-os (Dick Johnson); +Cc: Linux kernel

On Tue, 13 Feb 2007 16:19:59 -0500
"linux-os \(Dick Johnson\)" <linux-os@analogic.com> wrote:

> 
> Hi!
> In the United States, some idiots have decided that the year 2000 scare
> wasn't enough so they changed the start date for daylight savings time
> from the first Sunday in April to the second Sunday in March.
> Does anybody know if there are new tools like `hwclock` and `date`?
> Will new 'C' runtime libraries be necessary as well?

Your vendor should be able to tell you whether the library versions you
have are sufficiently up to date, which apps need restarting and which
apps use their own timezone code and problems (check for example if you
use Java)

It's nothing special, timezone rules change all the time. Be glad the
world is mostly standardising. When I was younger the UK summer time
switches were set in a meeting each year and they were not too worried
about adjusting it a week for Royal Ascot and that kind of thing.

Alan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: User tools for March 11
  2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
                   ` (3 preceding siblings ...)
  2007-02-13 21:46 ` Alan
@ 2007-02-14  0:14 ` Gene Heskett
  4 siblings, 0 replies; 6+ messages in thread
From: Gene Heskett @ 2007-02-14  0:14 UTC (permalink / raw)
  To: linux-kernel, linux-os (Dick Johnson)

On Tuesday 13 February 2007, linux-os (Dick Johnson) wrote:
>Hi!
>In the United States, some idiots have decided that the year 2000 scare
>wasn't enough so they changed the start date for daylight savings time
>from the first Sunday in April to the second Sunday in March.
>Does anybody know if there are new tools like `hwclock` and `date`?
>Will new 'C' runtime libraries be necessary as well?

Dick, I believe all that is contained in the tzdata file, which most 
distro's have already updated to reflect those changes.

>Cheers,
>Dick Johnson
>Penguin : Linux version 2.6.16.24 on an i686 machine (5592.61 BogoMips).
>New book: http://www.AbominableFirebug.com/
>_
>\x1a\x04
>
>****************************************************************
>The information transmitted in this message is confidential and may be
> privileged.  Any review, retransmission, dissemination, or other use of
> this information by persons or entities other than the intended
> recipient is prohibited.  If you are not the intended recipient, please
> notify Analogic Corporation immediately - by replying to this message
> or by sending an email to DeliveryErrors@analogic.com - and destroy all
> copies of this information, including any attachments, without reading
> or disclosing them.
>
>Thank you.
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/



-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2007 by Maurice Eugene Heskett, all rights reserved.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-14  0:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 21:19 User tools for March 11 linux-os (Dick Johnson)
2007-02-13 21:28 ` James Purser
2007-02-13 21:40 ` Alistair John Strachan
2007-02-13 21:42 ` Matti Aarnio
2007-02-13 21:46 ` Alan
2007-02-14  0:14 ` Gene Heskett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.