Index | Thread | Search

From:
"Alvar Penning" <post@0x21.biz>
Subject:
Re: newsyslog
To:
"Fred" <openbsd@crowsons.com>, <tech@openbsd.org>
Date:
Thu, 02 Apr 2026 08:23:41 +0200

Download raw body.

Thread
  • Alvar Penning:

    newsyslog

    • Fred:

      newsyslog

      • Alvar Penning:

        newsyslog

    • Matthias Kilian:

      newsyslog

On Wed Apr 1, 2026 at 10:54 PM CEST, Fred wrote:
> If your year is divisible by 400 it is a leap despite the fact that 
> years divisible by 100 are not.  It is to stop the seasons drifting.
>
> https://www.wolframalpha.com/input?i=leap+year

Yes, but the current code requires that the number is NOT allowed to be
divisible by 100. And every number divisible by 400 is also divisible
by 100, since 400 mod 100 = 0.