[SUMMARY] October 26th, what happens to the system clock?

From: David Pesticcio <davidp_at_cableol.net>
Date: Tue, 22 Oct 1996 18:33:48 +0100 (BST)

Original question is attached.


OK, here is how I tested the change from BST to GMT and it's effect on CRON.

I used this to set the system clock, and to see the 26th to the 27th
changeover (just for curiosity).

    date -u 9610262259.50 ; date # BST

At 2am (not sure if its 1:59.59) the time should go from BST to GMT and
the time will go back an hour to 1am. As per /etc/zoneinfo/sources/europe

Rule GB-Eire 1996 max - Oct lastSun 1:00s 0 GMT

NOTE: Changing the date will probably not give you a reliable result.
      (I did NOT, I left it run on.)


# Crontab details to test BST to GMT changeover
#
# user_at_BST.HOST is just a host with a current and reliable clock.
#
# The "touch" command is a quick check to see if the job ran
#
30 0 * * * date | mailx -s "Cronjob output for 12:30am" user_at_BST.HOST ; touch /tmp/12:30am
0 1 * * * date | mailx -s "Cronjob output for 1am" user_at_BST.HOST ; touch /tmp/1am
30 1 * * * date | mailx -s "Cronjob output for 1:30am" user_at_BST.HOST ; touch /tmp/1:30am
0 2 * * * date | mailx -s "Cronjob output for 2am" user_at_BST.HOST ; touch /tmp/2am
30 2 * * * date | mailx -s "Cronjob output for 2:30am" user_at_BST.HOST ; touch /tmp/2:30am


Produced messages in this order,

    1 Oct 27 system PRIVILEGED (607) Cronjob output for 12:30am
    2 Oct 27 system PRIVILEGED (603) Cronjob output for 1am
    3 Oct 27 system PRIVILEGED (606) Cronjob output for 1:30am
    4 Oct 27 system PRIVILEGED (599) Cronjob output for 2am
    5 Oct 27 system PRIVILEGED (602) Cronjob output for 1:30am
    6 Oct 27 system PRIVILEGED (599) Cronjob output for 2am
    7 Oct 27 system PRIVILEGED (602) Cronjob output for 2:30am


So, conclusively you can see that CRON on DU3.2g is not aware of TZ changes.

Although, an engineer at Digital was informed by an engineering collegue
that the code for this was present in CRON source.

I wonder what happens for GMT to BST, I guess CRON just forgets to do the
jobs completly! :-/

Come back in "March 1997" for an update to this series of DU quirks. :-)


Many Thanks to:

John G Dobnick <jgd_at_csd.uwm.edu> - CRON runs jobs twice!!
Herve Choplin <choplin_at_delphi.phys.univ-tours.fr> - 94/21/EC Directive
Scooter Morris <scooter_at_gene.com> - Explained TZ changeover
Gyula Szemenyei <szemgy_at_rkk.hu> - Explained TZ changeover
Hellebo Knut <Knut.Hellebo_at_nho.hydro.com> - Patch OSF350-224 (for 3.2C)


Regards David.

--
                          Cable OnLine Ltd.
                       Enquiries: 0800 506 506
          http://www.cableol.net/ or http://www.cableol.co.uk
            "Opinions" expressed in this message are mine!


From davidp_at_cableol.netTue Oct 22 16:54:54 1996
Date: Thu, 3 Oct 1996 14:37:24 +0100 (BST)
From: David Pesticcio <davidp_at_cableol.net>
To: alpha-osf-managers <alpha-osf-managers_at_sws1.ctd.ornl.gov>
Subject: October 26th, what happens to the system clock?


Hi all,

We here at Cable Online were wondering what impact there is, if any, on a
cronjob that is scheduled at 2am.

Digital, who are curently investigating, say that all will be fine, and
that the time and zone change will happen at 1am and will turn the clock
back by one whole hour. I have asked one of the tech people to give me a
breakdown on what happens and when.

So, along with that I was wondering if anyone out there knows of any
possible problems that may/will arrise on this wonderfull evening.

We are using mainly 3.2c on our Alpha's but will be going to 3.2g and
then 4.0 very soon.

Your comments are greatly appreciated, and I will post a summary before
the 26th if I have anything useful sent to me in response.


TIA

David
--
                          Cable OnLine Ltd.
                       Enquiries: 0800 506 506
          http://www.cableol.net/ or http://www.cableol.co.uk
            "Opinions" expressed in this message are mine!

From Knut.Hellebo_at_nho.hydro.comTue Oct 22 17:05:54 1996
Date: Wed, 9 Oct 1996 14:56:50 +0200
From: Hellebo Knut <Knut.Hellebo_at_nho.hydro.com>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?

    [The following text is in the "iso-8859-1" character set]
    [Your display is set for the "US-ASCII" character set]
    [Some characters may be displayed incorrectly]

Regards,

Check out the patch called OSF350-224 (for 3.2C)


--

      ******************************************************************
      * Knut Hellebx | DAMN GOOD COFFEE !! *
      * Norsk Hydro a.s | (and hot too) *
      * Phone: +47 55 996870, Fax: +47 55 996342 | *
      * Pager: +47 96 500718 | *
      * E-mail: Knut.Hellebo_at_nho.hydro.com | Dale Cooper, FBI *
      ******************************************************************
From jgd_at_csd.uwm.eduTue Oct 22 17:05:54 1996
Date: Fri, 4 Oct 1996 10:22:42 -0500 (CDT)
From: John G Dobnick <jgd_at_csd.uwm.edu>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?

David Pesticcio writes:
>
> We here at Cable Online were wondering what impact there is, if any, on a
> cronjob that is scheduled at 2am.

My experience is that things scheduled to run during the "duplicated
times" run twice -- once for each instance of the "local time".
Thus, if you have soemthing scheduled at 1:30 am, it will run at 1:30,
and then run again at the second 1:30. Very annoying. Plays merry
hell with logging/accounting functionS.

--
John G Dobnick "Knowing how things work is the basis
Information & Media Technologies for appreciation, and is thus a
University of Wisconsin - Milwaukee source of civilized delight."
jgd_at_csd.uwm.edu ATTnet: (414) 229-5727 -- William Safire

From szemgy_at_rkk.huTue Oct 22 17:05:54 1996
Date: Thu, 3 Oct 1996 20:01:12 +0200 (MET DST)
From: Gyula Szemenyei <szemgy_at_rkk.hu>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?

Hi,

On Thu, 3 Oct 1996, David Pesticcio wrote:

>
> Hi all,
>
> We here at Cable Online were wondering what impact there is, if any, on a
> cronjob that is scheduled at 2am.
The problem solution is following:
You do not have to edit crontab files:
there're the time-zone info files int the /etc/zoneinfo/sources dir.
You have to edit your own file (e.g. europe, and Continental Europe
Section) the DST observe time.
After it you have to compile this file with zic (eg.: zic europe).
That's all.
I hope this helps.

Best Regards,
             Gyula Szemenyei
-|-------------------------|-
 | |
 |http://www.rkk.hu/~szemgy|
 | |
-|-------------------------|-

From choplin_at_delphi.phys.univ-tours.frTue Oct 22 17:05:54 1996
Date: Thu, 03 Oct 1996 18:07:07 +0100
From: Herve Choplin <choplin_at_delphi.phys.univ-tours.fr>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?

    [The following text is in the "iso-8859-1" character set]
    [Your display is set for the "US-ASCII" character set]
    [Some characters may be displayed incorrectly]

David Pesticcio wrote:
>
> Hi all,
>
> We here at Cable Online were wondering what impact there is, if any, on a
> cronjob that is scheduled at 2am.
>
> Digital, who are curently investigating, say that all will be fine, and
> that the time and zone change will happen at 1am and will turn the clock
> back by one whole hour. I have asked one of the tech people to give me a
> breakdown on what happens and when.
>
> So, along with that I was wondering if anyone out there knows of any
> possible problems that may/will arrise on this wonderfull evening.
>
> We are using mainly 3.2c on our Alpha's but will be going to 3.2g and
> then 4.0 very soon.
>
> Your comments are greatly appreciated, and I will post a summary before
> the 26th if I have anything useful sent to me in response.
>
> TIA
>
> David
> --
> Cable OnLine Ltd.
> Enquiries: 0800 506 506
> http://www.cableol.net/ or http://www.cableol.co.uk
> "Opinions" expressed in this message are mine!

From Decision (94/21/EC Directive) of European Council the
changing of Summer to Winter hour is not during the night of 28-29
September but is during the night of 26-27 october 1996.

It's necessary to change the Rules for EET MET WET and GB-Eire Timezones
in the file /etc/zoneinfo/sources/europe and run zic.


--
Hervé CHOPLIN Tél: (33) 47.36.69.38
UNIVERSITÉ FRANÇOIS RABELAIS Fax: (33) 47.36.70.40
UFR Sciences et Techniques
37200 TOURS FRANCE e-mail:
choplin_at_delphi.phys.univ-tours.fr
-----------------------------------------------------------------------------
               URL:http://delphi.phys.univ-tours.fr/HC/Choplin_fr.html
-----------------------------------------------------------------------------
From scooter_at_gene.comTue Oct 22 17:05:54 1996
Date: Thu, 3 Oct 1996 08:11:06 -0700
From: Scooter Morris <scooter_at_gene.com>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?

David,
        In reality "nothing" happens on October 26 to the system clock. Unix
runs on GMT internally, and calls to "localtime" are calculated based on
a number of parameters which are associated with the timezone. So, a call
to localtime at 1:59am will return 1:59am PDT: a call to localtime two minutes
later will return 1:01am PST. The rules for this are all contained in files
in /etc/zoneinfo -- a system that was created when Congress kept insisting on
messing around with Daylight Savings Time. The rule file is in
/etc/zoneinfo/sources/northamerica -- check it out.

-- scooter

From POPmail Mon Oct 21 04:30:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA30054; Mon, 21 Oct 1996 04:26:00 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA22074; Mon, 21 Oct 1996 04:25:50 +0100
Received: by systemx.cableol.net; id AA05782; Sun, 27 Oct 1996 02:30:00 GMT
Date: Sun, 27 Oct 1996 02:30:00 GMT
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270230.AA05782_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 2:30am
Status: RO
X-Status:

Sun Oct 27 02:30:00 GMT 1996

From POPmail Mon Oct 21 04:00:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA26592; Mon, 21 Oct 1996 03:56:01 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA22987; Mon, 21 Oct 1996 03:55:50 +0100
Received: by systemx.cableol.net; id AA06155; Sun, 27 Oct 1996 02:00:01 GMT
Date: Sun, 27 Oct 1996 02:00:01 GMT
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270200.AA06155_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 2am
Status: RO
X-Status:

Sun Oct 27 02:00:00 GMT 1996

From POPmail Mon Oct 21 03:30:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA26250; Mon, 21 Oct 1996 03:26:01 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA23783; Mon, 21 Oct 1996 03:25:50 +0100
Received: by systemx.cableol.net; id AA06171; Sun, 27 Oct 1996 01:30:00 GMT
Date: Sun, 27 Oct 1996 01:30:00 GMT
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270130.AA06171_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 1:30am
Status: RO
X-Status:

Sun Oct 27 01:30:00 GMT 1996

From POPmail Mon Oct 21 03:00:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA26529; Mon, 21 Oct 1996 02:56:01 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA20699; Mon, 21 Oct 1996 02:55:51 +0100
Received: by systemx.cableol.net; id AA05566; Sun, 27 Oct 1996 01:00:01 GMT
Date: Sun, 27 Oct 1996 01:00:01 GMT
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270100.AA05566_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 2am
Status: RO
X-Status:

Sun Oct 27 01:00:01 GMT 1996

From POPmail Mon Oct 21 02:30:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA26405; Mon, 21 Oct 1996 02:26:01 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA21858; Mon, 21 Oct 1996 02:25:50 +0100
Received: by systemx.cableol.net; id AA06154; Sun, 27 Oct 1996 01:30:01 +0100
Date: Sun, 27 Oct 1996 01:30:01 +0100
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270030.AA06154_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 1:30am
Status: RO
X-Status:

Sun Oct 27 01:30:00 BST 1996

From POPmail Mon Oct 21 02:00:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA26225; Mon, 21 Oct 1996 01:56:00 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA15991; Mon, 21 Oct 1996 01:55:50 +0100
Received: by systemx.cableol.net; id AA06122; Sun, 27 Oct 1996 01:00:00 +0100
Date: Sun, 27 Oct 1996 01:00:00 +0100
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610270000.AA06122_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 1am
Status: RO
X-Status:

Sun Oct 27 01:00:00 BST 1996

From POPmail Mon Oct 21 01:28:57 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA21001; Mon, 21 Oct 1996 01:26:02 +0100
Received: from systemx.cableol.net by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA09166; Mon, 21 Oct 1996 01:25:51 +0100
Received: by systemx.cableol.net; id AA06100; Sun, 27 Oct 1996 00:30:00 +0100
Date: Sun, 27 Oct 1996 00:30:00 +0100
From: system PRIVILEGED account <root_at_systemx.cableol.net>
Message-Id: <9610262330.AA06100_at_systemx.cableol.net>
To: davidp_at_cableol.net
Subject: Cronjob output for 12:30am
Status: RO
X-Status:

Sun Oct 27 00:30:00 BST 1996

From POPmail Wed Oct 9 14:00:02 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA01123; Wed, 9 Oct 1996 13:57:56 +0100
Received: from bgedsu04.nho.hydro.com by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA07560; Wed, 9 Oct 1996 13:57:11 +0100
Received: from bgedsg01.nho.hydro.com by bgedsu04.nho.hydro.com with SMTP id AA12801
  (5.67a8/IDA-1.5 for <davidp_at_cableol.net>); Wed, 9 Oct 1996 13:56:58 +0100
Received: (from bgk1142_at_localhost) by bgedsg01.nho.hydro.com (8.6.12/8.6.6) id OAA27223 for davidp_at_cableol.net; Wed, 9 Oct 1996 14:56:50 +0200
Date: Wed, 9 Oct 1996 14:56:50 +0200
From: Hellebo Knut <Knut.Hellebo_at_nho.hydro.com>
Message-Id: <9610091456.ZM27221_at_bgedsg01.nho.hydro.com>
In-Reply-To: David Pesticcio <davidp_at_cableol.net>
        "October 26th, what happens to the system clock?" (Oct 3, 2:37pm)
References: <Pine.LNX.3.91.961003143047.23303W-100000_at_pariah.private.cableol.net>
Reply-To: Knut.Hellebo_at_nho.hydro.com
X-Mailer: Z-Mail (3.2.2 10apr95 MediaMail)
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Status: RO
X-Status:

Regards,

Check out the patch called OSF350-224 (for 3.2C)


--

      ******************************************************************
      * Knut Hellebx | DAMN GOOD COFFEE !! *
      * Norsk Hydro a.s | (and hot too) *
      * Phone: +47 55 996870, Fax: +47 55 996342 | *
      * Pager: +47 96 500718 | *
      * E-mail: Knut.Hellebo_at_nho.hydro.com | Dale Cooper, FBI *
      ******************************************************************

From POPmail Fri Oct 4 16:30:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA11383; Fri, 4 Oct 1996 16:22:54 +0100
Received: from batch1.csd.uwm.edu by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA09649; Fri, 4 Oct 1996 16:22:45 +0100
Received: from alpha2.csd.uwm.edu (jgd_at_alpha2.csd.uwm.edu [129.89.169.2]) by batch1.csd.uwm.edu (8.7.6/8.6.8) with ESMTP id KAA21051 for <davidp_at_cableol.net>; Fri, 4 Oct 1996 10:22:43 -0500 (CDT)
Received: (jgd_at_localhost) by alpha2.csd.uwm.edu (8.7.6/8.6.8) id KAA19448 for davidp_at_cableol.net; Fri, 4 Oct 1996 10:22:42 -0500 (CDT)
From: John G Dobnick <jgd_at_csd.uwm.edu>
Message-Id: <199610041522.KAA19448_at_alpha2.csd.uwm.edu>
Subject: Re: October 26th, what happens to the system clock?
To: davidp_at_cableol.net (David Pesticcio)
Date: Fri, 4 Oct 1996 10:22:42 -0500 (CDT)
In-Reply-To: <Pine.LNX.3.91.961003143047.23303W-100000_at_pariah.private.cableol.net> from "David Pesticcio" at Oct 3, 96 02:37:24 pm
X-Mailer: ELM [version 2.4 PL24alpha3]
Content-Type: text
Status: RO
X-Status:

David Pesticcio writes:
>
> We here at Cable Online were wondering what impact there is, if any, on a
> cronjob that is scheduled at 2am.

My experience is that things scheduled to run during the "duplicated
times" run twice -- once for each instance of the "local time".
Thus, if you have soemthing scheduled at 1:30 am, it will run at 1:30,
and then run again at the second 1:30. Very annoying. Plays merry
hell with logging/accounting functionS.

--
John G Dobnick "Knowing how things work is the basis
Information & Media Technologies for appreciation, and is thus a
University of Wisconsin - Milwaukee source of civilized delight."
jgd_at_csd.uwm.edu ATTnet: (414) 229-5727 -- William Safire


From POPmail Thu Oct 3 19:30:01 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA31591; Thu, 3 Oct 1996 19:01:45 +0100
Received: from boss.rkk.hu by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA23712; Thu, 3 Oct 1996 19:01:25 +0100
Received: from localhost by boss.rkk.hu; (5.65v3.2/1.1.8.2/09Mar96-1027PM)
        id AA20887; Thu, 3 Oct 1996 19:01:13 +0100
Date: Thu, 3 Oct 1996 20:01:12 +0200 (MET DST)
From: Gyula Szemenyei <szemgy_at_rkk.hu>
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?
In-Reply-To: <Pine.LNX.3.91.961003143047.23303W-100000_at_pariah.private.cableol.net>
Message-Id: <Pine.OSF.3.91.961003195712.20872A-100000_at_boss.rkk.hu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Status: RO
X-Status:

Hi,

On Thu, 3 Oct 1996, David Pesticcio wrote:

>
> Hi all,
>
> We here at Cable Online were wondering what impact there is, if any, on a
> cronjob that is scheduled at 2am.
The problem solution is following:
You do not have to edit crontab files:
there're the time-zone info files int the /etc/zoneinfo/sources dir.
You have to edit your own file (e.g. europe, and Continental Europe
Section) the DST observe time.
After it you have to compile this file with zic (eg.: zic europe).
That's all.
I hope this helps.

Best Regards,
             Gyula Szemenyei
-|-------------------------|-
 | |
 |http://www.rkk.hu/~szemgy|
 | |
-|-------------------------|-


From POPmail Thu Oct 3 17:30:02 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA30194; Thu, 3 Oct 1996 17:04:20 +0100
Received: from delphi.phys.univ-tours.fr by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA19341; Thu, 3 Oct 1996 17:04:15 +0100
Received: from delphi.phys.univ-tours.fr (localhost [127.0.0.1]) by delphi.phys.univ-tours.fr (8.7.1/8.7.1) with SMTP id RAA17519; Thu, 3 Oct 1996 17:07:08 GMT
Sender: choplin_at_delphi.phys.univ-tours.fr
Message-Id: <3253F2BB.167E_at_delphi.phys.univ-tours.fr>
Date: Thu, 03 Oct 1996 18:07:07 +0100
From: Herve Choplin <choplin_at_delphi.phys.univ-tours.fr>
Organization: UNIVERSITE de TOURS
X-Mailer: Mozilla 3.0 (X11; I; OSF1 V3.2 alpha)
Mime-Version: 1.0
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?
References: <Pine.LNX.3.91.961003143047.23303W-100000_at_pariah.private.cableol.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Status: RO
X-Status:

David Pesticcio wrote:
> =

> Hi all,
> =

> We here at Cable Online were wondering what impact there is, if any, on=
 a
> cronjob that is scheduled at 2am.
> =

> Digital, who are curently investigating, say that all will be fine, and=

> that the time and zone change will happen at 1am and will turn the cloc=
k
> back by one whole hour. I have asked one of the tech people to give me =
a
> breakdown on what happens and when.
> =

> So, along with that I was wondering if anyone out there knows of any
> possible problems that may/will arrise on this wonderfull evening.
> =

> We are using mainly 3.2c on our Alpha's but will be going to 3.2g and
> then 4.0 very soon.
> =

> Your comments are greatly appreciated, and I will post a summary before=

> the 26th if I have anything useful sent to me in response.
> =

> TIA
> =

> David
> --
> Cable OnLine Ltd.
> Enquiries: 0800 506 506
> http://www.cableol.net/ or http://www.cableol.co.uk
> "Opinions" expressed in this message are mine!

=46rom Decision (94/21/EC Directive) of European Council the
changing of Summer to Winter hour is not during the night of 28-29
September but is during the night of 26-27 october 1996.

It's necessary to change the Rules for EET MET WET and GB-Eire Timezones
in the file /etc/zoneinfo/sources/europe and run zic.


-- =

Herv=E9 CHOPLIN T=E9l: (33) 47.36.69.38
UNIVERSIT=C9 FRAN=C7OIS RABELAIS Fax: (33) 47.36.70.40
UFR Sciences et Techniques =

37200 TOURS FRANCE e-mail:
choplin_at_delphi.phys.univ-tours.fr
-------------------------------------------------------------------------=
---- =

               URL:http://delphi.phys.univ-tours.fr/HC/Choplin_fr.html
-------------------------------------------------------------------------=
----

From POPmail Thu Oct 3 16:30:07 1996
Received: from venus.cableol.net by pluto.private.cableol.net; (5.65v3.2/1.1.8.2/19Mar96-0213PM)
        id AA29111; Thu, 3 Oct 1996 16:11:26 +0100
Received: from genie-open.gene.com by venus.cableol.net; (5.65v3.2/1.1.8.2/24Mar96-0441PM)
        id AA21134; Thu, 3 Oct 1996 16:11:17 +0100
Received: from kansas.gene.com (kansas.gene.com [128.137.49.7]) by genie.gene.com (8.7.5/8.7.3) with ESMTP id IAA04552 for <davidp_at_cableol.net>; Thu, 3 Oct 1996 08:11:08 -0700 (PDT)
Received: (from scooter_at_localhost) by kansas.gene.com (8.7.6/8.7.3) id IAA16450 for davidp_at_cableol.net; Thu, 3 Oct 1996 08:11:06 -0700 (PDT)
From: "Scooter Morris" <scooter_at_gene.com>
Message-Id: <961003081106.ZM16747_at_kansas.gene.com>
Date: Thu, 3 Oct 1996 08:11:06 -0700
In-Reply-To: David Pesticcio <davidp_at_cableol.net>
        "October 26th, what happens to the system clock?" (Oct 3, 2:37pm)
References: <Pine.LNX.3.91.961003143047.23303W-100000_at_pariah.private.cableol.net>
X-Mailer: Z-Mail (4.0b.514 14may96)
To: David Pesticcio <davidp_at_cableol.net>
Subject: Re: October 26th, what happens to the system clock?
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Status: RO
X-Status:

David,
        In reality "nothing" happens on October 26 to the system clock. Unix
runs on GMT internally, and calls to "localtime" are calculated based on
a number of parameters which are associated with the timezone. So, a call
to localtime at 1:59am will return 1:59am PDT: a call to localtime two minutes
later will return 1:01am PST. The rules for this are all contained in files
in /etc/zoneinfo -- a system that was created when Congress kept insisting on
messing around with Daylight Savings Time. The rule file is in
/etc/zoneinfo/sources/northamerica -- check it out.

-- scooter

Received on Tue Oct 22 1996 - 22:10:40 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT