From owner-freebsd-hackers Sun Apr 6 07:34:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23377 for hackers-outgoing; Sun, 6 Apr 1997 07:34:45 -0700 (PDT) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23362 for ; Sun, 6 Apr 1997 07:34:40 -0700 (PDT) Message-Id: <199704061434.HAA23362@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA288626876; Mon, 7 Apr 1997 00:27:56 +1000 From: Darren Reed Subject: Re: crontab nit? To: thompson@squirrel.tgsoft.com (mark thompson) Date: Mon, 7 Apr 1997 00:27:55 +1000 (EST) Cc: hackers@freebsd.com In-Reply-To: <19970406135347.2749.qmail@squirrel.tgsoft.com> from "mark thompson" at Apr 6, 97 01:53:47 pm X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In some mail from mark thompson, sie said: > > /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? from 2am -> 3am from 2am -> 1am (if I recall correctly) cron needs to have a few smarts about what to do, the hp-ux man page for it addresses all the relevant bits. for the backward step, cron jobs should only be run once. on the forward skip, it is arguable, but none should be run if scheduled for 2am-3am (or something like that)