You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Calendar.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,27 @@ Julian to Gregorian (11 days missing)
2
2
in cathlic countries, October 5th 1582 through October 14th 1582 were skipped over.
3
3
England (and some of North America) correcting the calendar skipped September 3, 1752 through Sept 13th 1752.
4
4
<p>
5
-
Sidereal Year
6
-
365 days, 6 hours, 9 minutes, 10 seconds
5
+
Sidereal Year(back to the same place)<br>
6
+
365 days, 6 hours, 9 minutes, 10 seconds<br>
7
7
365.2563657 days = 31,558,150 sec.
8
-
9
-
Tropical Year
10
-
365 days, 5 hours, 48 minutes, 45 seconds
8
+
</p>
9
+
<p>
10
+
Tropical Year (back to the same season) <b><i>What we use</i></b><br>
11
+
365 days, 5 hours, 48 minutes, 45 seconds<br>
11
12
365.2421875 days = 31,556,925 sec
13
+
</p>
14
+
15
+
## Reusing a yearly calendar
16
+
17
+
A printed calendar can often be reused in a later year if the **month layout matches exactly**: the same dates fall on the same weekdays. In other words, if January 1 lands on the same weekday in both years, and one year is not “disturbed” by a leap-day difference in the wrong place, the whole calendar page sequence can line up again.
18
+
19
+
For many calendars, the first repeat happens after **6 or 11 years**. That’s because the Gregorian calendar shifts by one weekday each common year, and by two weekdays after a leap year, so the pattern eventually cycles back into place. Calendars for **leap years** often repeat after **28 years**, because the leap-year pattern itself repeats on a 28-year cycle in the Gregorian system.
20
+
21
+
In practical terms, if you keep a wall calendar or desk calendar and only care about the **month, date, and day of week**, you do not need to wait a full generation to reuse it. Some years will match again surprisingly soon, while others take longer. The exact reuse year depends on whether the original year was a common year or a leap year, and on how the leap-day spacing falls around it.
22
+
23
+
A simple rule of thumb is:
24
+
25
+
-**Common-year calendars:** often reusable after **6** or **11** years.
26
+
-**Leap-year calendars:** often reusable after **28** years.
27
+
28
+
So a calendar bought for one year may come back into service much sooner than people expect. If you know the original year, you can usually find the next matching year with a quick weekday check.
0 commit comments