diff --git a/RELEASE_CONTEXT.md b/RELEASE_CONTEXT.md new file mode 100644 index 0000000..b8af7ae --- /dev/null +++ b/RELEASE_CONTEXT.md @@ -0,0 +1,30 @@ +# Seth Clock Suite - Major Refresh Context + +Date: 2026-03-09 +Scope: `clock.sethpc.xyz` static app suite + +## Highlights + +- Astronomy page now shows Seth/Gregorian columns for core metrics. +- Astronomy event list now shows dual dates (Seth + Gregorian) per item. +- Astronomy location controls added: + - manual lat/lon + label + - US ZIP lookup + - browser geolocation helper + - session persistence (`sessionStorage`) with cookie mirror fallback +- Navigation consistency improved across pages (`/`, `/decimal`, `/convert`, `/seth`, `/calendar`, `/astro`). +- Seth Date reference text corrected for auxiliary day rules and Dec 25/26 mappings. + +## Canonical Seth rules reflected + +- 10 months x 36 days (0-indexed) +- Leap day is intercalary (outside month grid) +- Auxiliary days are always H0-H4 (5 total) +- Dec 25 -> M9D34, Dec 26 -> M9D35 (both leap and non-leap) + +## Operational notes + +- Repo path: `/root/bin/clock-site` +- Live deployment path: CT 242 `/opt/clock-site` +- Service: `clock.service` +- Domain: `clock.sethpc.xyz` diff --git a/convert.html b/convert.html index ede2faf..79d2189 100644 --- a/convert.html +++ b/convert.html @@ -109,7 +109,13 @@ SethPC logo Time Converter -

Decimal ↔ Gregorian  ·  Seth Date →

+

+ Decimal ↔ Gregorian  ·  + Seth Date  ·  + Calendar  ·  + Decimal  ·  + Astronomy +

diff --git a/decimal.html b/decimal.html index f6ec806..2300b8b 100644 --- a/decimal.html +++ b/decimal.html @@ -53,7 +53,13 @@ SethPC logo SethPC Decimal Time -

French Republican / Decimal Time & Date

+

+ French Republican / Decimal Time & Date  ·  + Seth Date  ·  + Calendar  ·  + Converter  ·  + Astronomy +

Loading date...

-:--.--

diff --git a/index.html b/index.html index f97cede..143120c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,13 @@ Sethflix logo SethPC Time -

Official U.S. Time

+

+ Official U.S. Time  ·  + Seth Date  ·  + Calendar  ·  + Converter  ·  + Astronomy +

Loading date...

--:--:--.--

diff --git a/seth.html b/seth.html index 6e78bdc..66fc91d 100644 --- a/seth.html +++ b/seth.html @@ -135,7 +135,7 @@

Seth Date uses the same year numbers and January 1 new year as the Gregorian calendar. The year is divided into 10 months of 36 days each, - followed by 5 holiday days at year end (6 on leap years). + followed by 5 auxiliary (intercalary) days at year end (H0-H4, always 5). All units are zero-indexed: months 0–9, days-of-month 0–35. Time uses the same decimal system: 10 hours, 100 minutes, 100 seconds per day. The Seth second is derived from the Unix second (which equals the SI second, leap seconds aside) @@ -159,7 +159,7 @@ Full / reverseYYYY.M.DD2026.3.16 -

Holiday days are written as H0H4 (or H5 on leap years).

+

Auxiliary days are written as H0H4 (always 5 total).

Months (months 0–9, days 0–35, approx. Gregorian ranges):

@@ -176,7 +176,7 @@
#DaysApprox. GregorianNotes
90–35Nov 21 – Dec 26Ends Dec 25 on leap years
-

Holiday days (after Month 9, Day 35 — always exactly 5):

+

Auxiliary days (after Month 9, Day 35 — always exactly 5):

@@ -189,8 +189,8 @@
HolidayNormal yearLeap year

Leap Day (Feb 29) is the intercalary day, not an extra holiday.
- Christmas (Dec 25) falls on Month 9, Day 34 in normal years, and Month 9, Day 35 in leap years.
- Dec 26 (Boxing Day) is Month 9, Day 35 in normal years, and Month 9, Day 35 in leap years (same slot, one day earlier Gregorian). + Christmas (Dec 25) falls on Month 9, Day 34 in both normal and leap years.
+ Dec 26 (Boxing Day) falls on Month 9, Day 35 in both normal and leap years.