From owner-freebsd-hackers Mon Apr 7 00:19:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA27675 for hackers-outgoing; Mon, 7 Apr 1997 00:19:29 -0700 (PDT) Received: from csd.cs.technion.ac.il (csd.cs.technion.ac.il [132.68.32.8]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA27653 for ; Mon, 7 Apr 1997 00:19:18 -0700 (PDT) Received: from localhost (nadav@localhost) by csd.cs.technion.ac.il (8.6.11/8.6.10) with SMTP id KAA19022; Mon, 7 Apr 1997 10:15:26 +0300 X-Authentication-Warning: csd.cs.technion.ac.il: nadav owned process doing -bs Date: Mon, 7 Apr 1997 10:15:25 +0300 (IDT) From: Nadav Eiron X-Sender: nadav@csd To: mark thompson cc: hackers@freebsd.com Subject: Re: crontab nit? In-Reply-To: <19970406135347.2749.qmail@squirrel.tgsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 6 Apr 1997, mark thompson wrote: > /etc/daily didn't run last night. Looking at the log, it appears that > when daylight savings time started, the hour of 2-3 was skipped. Oddly, > 2 is when daily is scheduled to run. > > On my system, i just changed that to 1am. It seems that this might be a > good idea in general in the US. > > i18n question... around the world, when DST starts, what hour gets skipped? > When it ends, what hour gets repeated? Look in /usr/src/share/zoneinfo for that. It depends. In Israel the change is always at midnight (so it is 12-1 one way, and then 12-11 the other way around). > > -mark > Nadav