From owner-freebsd-hackers Mon Apr 7 09:46:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22557 for hackers-outgoing; Mon, 7 Apr 1997 09:46:31 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA22548 for ; Mon, 7 Apr 1997 09:46:26 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wEHXR-0000a9-00; Mon, 7 Apr 1997 10:45:01 -0600 To: mark thompson Subject: Re: crontab nit? Cc: hackers@freebsd.com In-reply-to: Your message of "06 Apr 1997 13:53:47 -0000." <19970406135347.2749.qmail@squirrel.tgsoft.com> References: <19970406135347.2749.qmail@squirrel.tgsoft.com> Date: Mon, 07 Apr 1997 10:45:01 -0600 From: Warner Losh Message-Id: Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <19970406135347.2749.qmail@squirrel.tgsoft.com> mark thompson writes: : i18n question... around the world, when DST starts, what hour gets skipped? : When it ends, what hour gets repeated? OpenBSD just changed the time that daily was run. There was some talk about doing a "real" fix for "time jumps", but I've not seen that come accross. The "real fix" was to run all jobs that needed to be run when tehre is a time jump. Not sure that is right, but that was what was discussed. Warner