From owner-freebsd-bugs Sat Mar 29 23:21:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA12858 for bugs-outgoing; Sat, 29 Mar 1997 23:21:44 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA12850 for ; Sat, 29 Mar 1997 23:21:40 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA20014; Sun, 30 Mar 1997 09:21:29 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA03335; Sun, 30 Mar 1997 09:19:13 +0200 (MET DST) Message-ID: <19970330091913.IJ54321@uriah.heep.sax.de> Date: Sun, 30 Mar 1997 09:19:13 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: dv@kis.ru (Dmitry Valdov) Cc: freebsd-bugs@freebsd.org Subject: Re: cron & timezone References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Dmitry Valdov on Mar 30, 1997 03:32:53 +0400 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Dmitry Valdov wrote: > fix: : change run time of /etc/daily from 02:00 to 01:59 or make cron know > summer <-> winter changes. j@uriah 494% awk '$1 == "Rule" && $4 == "max" {print $8}' \ /usr/src/share/zoneinfo/[a-s]* | sed -e 's/[su]$//' | sort | uniq -c 36 0:00 8 1:00 54 2:00 2 2:45 2 3:00 Hmm, while 0159 is a good bet, there are still some zones switching at 0100. There's an impressive number of zones switching at 0000, much more than i would have expected. (Note that the selection on "max" above means i've only considered current rules, not old ones.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)