Δ ATS FR · EN

ATS — Comparison with Alternative Time Standards

No standard is adopted on design merit alone. Adoption is engineering plus path-dependence. This annex argues the engineering case honestly — including where ATS loses.

Status: Pre-release v0.7 Document type: NON-NORMATIVE ANNEX to the ATS specification. Normative reference: manifesto.en.md (the spec proper). Authoritative language: English. French translation in comparison.fr.md. Core posture: This annex compares ATS to 17 alternative time standards across six families. Each alternative is presented in the strongest version its advocates would recognise. Explicit comparison criteria are stated up front so cherry-picking is visible. A dedicated section (§8) concedes where alternatives win. The intent is auditability, not triumphalism.


0. Scope and posture

This annex is non-normative. Implementations of ATS are not required to accept its comparative claims; conformance (per manifesto.en.md §16.5) is judged on the standard's normative content.

What this annex offers:

What this annex does not offer:


1. Comparison criteria

The following eight criteria are applied to every alternative in §§2–6. Each criterion is observable and definable; the comparison verdicts in §10 use these criteria explicitly.

# Criterion Question it answers
C1 Computational simplicity How complex is arithmetic on durations and instants? Is t₂ − t₁ a single subtraction or does it require calendar-aware logic?
C2 Time-zone elimination Does the standard define a single global instant per moment, or does it carry a time-zone field?
C3 Unit regularity Are the macro and micro units fixed-length, or do they vary (months 28–31, leap weeks, blank days)?
C4 Adoption inertia What is the estimated deployed base and the years of operation?
C5 Multi-planetary generality Does the standard generalise to celestial bodies other than Earth?
C6 Biological / cognitive alignment Do the unit boundaries match measured human cycles (circadian, ultradian, attention, recovery)? See philosophy.en.md §2–5.
C7 Cultural neutrality of anchor Is the anchor or unit naming derived from a specific religion, nation, or empire?
C8 Precision contract Does the standard prescribe deterministic sub-second behaviour (rounding, leap-second policy, smearing)?

These criteria do not weight equally for every use case. For software interchange C1+C2+C8 dominate; for cultural use C6+C7 dominate; for space coordination C5 dominates. The comparison is multi-dimensional, not scalar.


2. Family A — Computational time scales (ATS's actual cousins)

These are the honest comparison targets: linear counters anchored on a singular point, no months or weeks, used by software and astronomy. ATS shares the most DNA with this family; its differentiation against them is the most load-bearing.

2.1 Unix Epoch (POSIX time)

2.2 Julian Day Number (JDN) and Modified Julian Day (MJD)

2.3 GPS Time

2.4 TAI (International Atomic Time)

Family A summary

The Unix Epoch, JDN/MJD, GPS Time, and TAI are the actual functional competitors to ATS. ATS does not claim to replace them. It claims to offer a positional grammar over the same time axis — a human-readable layer that addresses the cognitive gap between "1750_000_000" (Unix seconds) and a conversational form. The relationship is complementary: a system can store Unix seconds and emit ATS for display.


3. Family B — Calendar reforms (solar optimisation)

Twentieth-century proposals that kept the civil structure (months, weeks) but rationalised its irregularities. None achieved wide adoption.

3.1 International Fixed Calendar (IFC)

3.2 World Calendar

3.3 Hanke-Henry Permanent Calendar

3.4 Pax Calendar


4. Family C — Decimal time experiments

Two prior attempts at decimal time. Their failures are instructive; ATS borrows their wins and avoids their losses.

4.1 French Republican Calendar (1793–1805)

4.2 Swatch Internet Time (1998)


5. Family D — Era and epoch reforms

Three proposals that keep Gregorian structure but shift the epoch / count.

5.1 Holocene Era (HE / Human Era)

5.2 Cosmic Calendar (Sagan)

5.3 Anno Mundi / Anno Hijri (era-counter forms of living cultural calendars)

Hebrew calendar uses Anno Mundi (year from creation: 5786 in 2026). Islamic Hijri calendar uses years from the Hijra (1448 AH in 2026). These are era counts, not reform proposals; ATS coexists with them via interop bridges (code/bridges/hebrew.py, islamic.py).

Where they win: cultural and religious alignment for their communities. Where ATS differs: ATS is computational, not cultural; the two serve disjoint purposes. See §7.


6. Family E — Planetary-specific

6.1 Darian Calendar (Mars)

6.2 Sol counters (mission-specific)

NASA missions (Viking, Mars Pathfinder, MER, Curiosity, Perseverance) use linear sol counters from landing: "Sol 1, Sol 2, …". These are mission-private timekeeping; they do not propose a general standard.


7. Family F — Living cultural and religious calendars (interoperated, not compared)

The Hebrew (lunisolar), Islamic (lunar Hijri), Hindu (multiple regional lunisolar systems), Chinese (lunisolar), Bahá'í (solar 19×19), Mayan Long Count (linear count of days from 3114 BCE), Persian (solar), Ethiopian (solar), and many others are living systems serving cultural and religious functions. They are not in the same comparison space as ATS.

Including these calendars in a "comparison" matrix would be a category error. They are not competing for the same role ATS fills; they coexist with it.


8. Where alternatives win — honest concessions

ATS does not claim total superiority. The following are criteria on which other systems beat ATS today, with no quibble:

ATS wins on a different and specified set: C1 (computational simplicity), C2 (time-zone elimination), C5 (multi-planetary generality), C6 (biological alignment), C8 (precision contract). It is the system that maximally combines these five criteria. For use cases where any subset of these dominates, ATS is the best engineered option in v0.7. For use cases dominated by C4 (inertia) or community-specific C7, ATS does not yet win, and may never win.


9. Anticipated objections

9.1 "Your comparison omits the actual incumbent — the Gregorian calendar."

Gregorian is the baseline against which all the §3 reforms are defined (IFC, World, Hanke-Henry, Pax all start "co-aligned with Gregorian"). The standard is implicit in §3. Explicitly: Gregorian wins on C4 (decisive) and C7 (within Christian-derived societies). ATS wins on C1, C2, C5, C6, C8. The Gregorian calendar continues to work for agricultural, ecclesiastical, and civic purposes; ATS provides parallel coordinates for computational and multi-planetary purposes. See philosophy.en.md §1 for the full argument.

9.2 "You omit Unix Epoch and Julian Day Number — the real cousins of ATS."

§2.1 and §2.2 cover both extensively. ATS is positioned against them in the same family, with explicit concessions on adoption (Unix) and astronomical heritage (JDN). ATS does not claim to replace either; it claims to offer a positional grammar over the same time axis.

9.3 "The verdict column is cherry-picked."

The verdicts in §3–6 use the C1–C8 criteria stated in §1. Each comparison cites the criterion on which ATS differs. Where alternatives win on a criterion, §8 concedes it explicitly. If a reader disagrees with a specific verdict, the C-criterion that grounds it is identifiable and the objection becomes specific rather than rhetorical.

9.4 "Decimal time was tried in 1793 and failed. ATS will fail too."

§4.1 documents the three reasons for the Republican failure (religious-cultural rupture, decimal-clock manufacturing cost, political symbolism) and the three lessons ATS draws from them:

  1. ATS does not legislate rest rhythms.
  2. ATS does not abolish 24-hour civil clocks.
  3. ATS's anchor is non-political (manifesto.en.md §2.3). None of the 1793 failure modes apply to ATS. The 1793 failure is a constraint on the design space (which ATS respects), not a proof against decimal time.

9.5 "Swatch Internet Time failed in 1998. ATS will fail too."

§4.2 documents the three reasons for Swatch's failure (marketing-only push, Swiss-centric anchor, no date grammar) and the three differentiations of ATS (universal anchor, complete grammar, infrastructure path). Swatch was a sketch; ATS is the engineered version with conformance vectors and reference implementations.

9.6 "Hanke-Henry has actual financial backing (Johns Hopkins); ATS doesn't."

Backing has not produced adoption: Hanke-Henry was proposed in 2012 and has no deployed users 14 years later. The adoption mechanism for ATS is open-source-software-style, not academic-endorsement-style: reference implementations, conformance suites, public RFC process (manifesto.en.md §16). The two strategies are different; both are unproven for time standards in the 21st century.

9.7 "Holocene Era is intuitive (you are in year 12026 of agriculture). ATS isn't."

Holocene wins on archaeological intuition (§5.1). ATS does not compete on that axis. A community that prefers a 12026 HE year count and an ATS day count can have both: Holocene is purely a year-count shift, and ATS coexists.

9.8 "Why are the Hebrew, Islamic, Chinese, Hindu, Bahá'í, Mayan, Persian, Ethiopian, etc., calendars not in your comparison?"

§7 addresses this directly. These are living systems serving cultural and religious functions ATS does not address. The relationship is interoperation, not comparison. The reference implementation provides five bridges (code/bridges/*.py); the standard does not propose to displace any of them. Treating a religious calendar as a "competitor" to a computational standard is a category error.

9.9 "ATS is presented as universal but is actually Western-engineered."

The Apollo 11 anchor is American in origin (manifesto.en.md §2.3 Attack A). The unit naming (Kilo, Hecto, Deka, Centi, Milli) is from the SI prefix family, also Western-origin. The standard is open to RFC process from any community (manifesto.en.md §16.2). The cultural neutrality claim (C7) is functional: ATS does not embed religious or national content in its semantics. The origin of the editors is acknowledged; the standard is portable.


10. Summary

The table below scores each alternative on the C1–C8 criteria. + = clearly wins, = clearly loses, = = roughly equivalent, N/A = criterion does not apply.

Standard C1 Comp C2 TZ C3 Reg C4 Inertia C5 Multi-pl C6 Bio C7 Neutral C8 Precision
Gregorian + =*
Unix Epoch + + + + + +
Julian Day + + + =* =* + =
GPS Time + + + + + +
TAI + + + =* + +
IFC / World / Pax +
Hanke-Henry =* =*
Republican (1793) =* + N/A
Swatch (.beat) =* + + =*
Holocene Era =* +
Cosmic (Sagan) N/A N/A N/A N/A N/A N/A + N/A
Darian (Mars) =* =* =*-on-Mars =*
ATS v0.7 + + + + + + +

Notes:

ATS is the unique system in this comparison that scores positively across {C1, C2, C5, C6, C8} simultaneously. Its weakness is C4 (adoption), which is path-dependent and addressable only over time and by the cumulative engineering of reference implementations, bridges, and conformance vectors.

This annex is offered as the comparative argument for ATS, presented honestly. The marketplace of standards will judge; the engineering case is on the record.


References

This annex makes no original empirical claim. All claims about competing systems are sourced or labelled as the editors' assessment. Readers identifying weak comparisons, missing alternatives, or contested verdicts are invited to open an issue at the canonical location (manifesto.en.md §16.1).

Source: comparison.en.md