Although my calculation shows that this would not be a bad idea, the
modern world has agreed upon the Gregorian calender which simply doesn't
take this into account.
There are a few "arbitrary" things that we agree upon in this world.
Elecrons carry a negative charge, and we have a rule for "leap years"
that can be done by heart.
We could for instance say:
Year Y is a leap year if and only if:
int (Y * 365.24219878) == 366 + int ((Y-1) * 365.24219878)
Works perfectly for about a few million years, provided the earth's
rotation doesn't change too much. You'd get streaks of about 32 years
where the leap year is on the same year mod 4, and then there would be
5 years between two leap years.
Good thinking, but no cigar. We agreed upon the gregorian calendar
which has a different rule. (makes it easier to do things without a
computer that can easily calculate this stuff to 6 decimal places).
Roger.
-- ** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 ** *-- BitWizard writes Linux device drivers for any device you may have! --* "I didn't say it was your fault. I said I was going to blame it on you."- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/