Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <19970330091913.IJ54321@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.95q.970330032007.23988A-100000@xkis.kis.ru>; from Dmitry Valdov on Mar 30, 1997 03:32:53 %2B0400
References:  <Pine.BSF.3.95q.970330032007.23988A-100000@xkis.kis.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970330091913.IJ54321>