From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 26 10:00:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3695316A4C0 for ; Sun, 26 Oct 2003 10:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B90243FE0 for ; Sun, 26 Oct 2003 10:00:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9QI0XFY039719 for ; Sun, 26 Oct 2003 10:00:33 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9QI0Xkh039718; Sun, 26 Oct 2003 10:00:33 -0800 (PST) (envelope-from gnats) Date: Sun, 26 Oct 2003 10:00:33 -0800 (PST) Message-Id: <200310261800.h9QI0Xkh039718@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Wollman Subject: misc/58557: Summer/Winter-time change causes daily cron to be run twice X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Garrett Wollman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 18:00:36 -0000 The following reply was made to PR misc/58557; it has been noted by GNATS. From: Garrett Wollman To: Linus Sjoberg Cc: FreeBSD-gnats-submit@freebsd.org Subject: misc/58557: Summer/Winter-time change causes daily cron to be run twice Date: Sun, 26 Oct 2003 12:58:28 -0500 (EST) < said: > When the timezone automagically changes from EEST to EET the periodical > daily scripts get run twice. This results in receiving 2 copies of all > email reports, and all other utility scripts getting run twice. We have tried to find a happy medium. There is, unfortunately, no hour of the night which does not suffer from this problem somewhere in the world. We have tried to err on the side of caution (making sure that periodic scripts run *at least* once) rather than allowing them to possibly fail to run in some jurisdictions. -GAWollman