Witness / Echoes Era β’ 18Β° Zones β’ v12.4
Technical Explainer and Proposal β’ Version 12 β March 2026
SolTrop is a complete time-and-date standard built exclusively from the two observable physical cycles of any planet: axial rotation relative to its star and orbital revolution around that star.
The clock is a pure decimal fraction of one mean solar day (or orbital period for tidally locked worlds). The calendar uses continuous day-of-year numbering (DDD) that begins each year at the exact vernal equinox (or sub-stellar meridian crossing for tidally locked planets). The epoch is the first vernal equinox after SN 1987A. Era names are Witness Era (after) and Echoes Era (before) β no negative years. All planets share the same galactic year count.
The current Gregorian/UTC system mixes arbitrary divisions (24/60/60), political time zones, daylight-saving shifts, and a year start unrelated to seasons or physics. SolTrop removes every non-physical element.
One mean solar day is divided into a pure base-10 fraction:
t = seconds since midnight / 86400
Displayed as decidays.centidays.millidays (e.g. 4.37.85). Solar noon is always exactly 0.50000 at the reference meridian.
Format: Era YYYY-DDD.fraction (non-tidally locked planets) or Era YYYY.fraction (tidally locked planets)
New year begins at the exact vernal equinox (or sub-stellar meridian crossing for tidally locked worlds). Seasons are permanently locked where axial tilt allows.
Witness Era Year 1 is the first vernal equinox after the SN 1987A neutrino burst (21 March 1987, 03:52 UTC). All dates after are in the Witness Era; before are in the Echoes Era.
Fixed 18Β° longitude zones with exactly 0.05 decimal day offsets (Β½ deciday β 1.2 old hours). Solar noon aligned to 0.50000 in zone centers on vernal equinox. 20 zones total (Β±9Β°, Β±27Β°, ..., Β±171Β°), no DST, optional display. Max drift Β±0.025 days (~36 min) at edges. Devices show both reference and local zone time.
Every world uses its own local rotation/orbit physics but shares the same galactic Witness/Echoes year count. Tidally locked planets use orbital fraction instead of DDD because there is no separate day-of-year cycle.
This website is the live reference. Open-source, offline, works in any browser.
SolTrop is the first timekeeping system designed for an interstellar species. By anchoring the year count to the moment we witnessed SN 1987A and locking the calendar to each world's own physics, we achieve perfect fidelity while giving every future human a shared cosmic timeline.
daysSince = (gregDate - EPOCH) / 86400000 solYear = floor(|daysSince| / 365.2425) + 1 ddd = floor(|daysSince| % 365.2425) + 1
zoneIndex = round(longitude / 18) offset = zoneIndex * 0.05 // decimal days
fraction = (currentTime % orbitalPeriod) / orbitalPeriod display as Era YYYY.fraction
The 365.2425-day average keeps the vernal equinox stable for >3,000 years. Orbital periods for exoplanets are fixed at discovery values.
| Priority | Improvement | Why Critical | Effort |
|---|---|---|---|
| β β β β β | Mandatory dual-display mode (Gregorian + SolTrop side-by-side for 20+ years) | Removes βall or nothingβ fear | High |
| β β β β β | Unified date format across all planets (always YYYY-DDD.fraction) | No confusion in interplanetary communication | Medium |
| β β β β β | Persistent user settings (localStorage for longitude & preferences) | Feels like a real tool | Low |
| β β β β β | Official reference API (JSON endpoint for any planet) | Developers need integration point | High |
| β β β β β | Governance & versioning plan (IAU responsibility, drift correction process) | Builds trust | High |
| β β β ββ | Better local solar alignment options | Reduces 36-min drift complaint | Medium |