Δ ATS FR · EN

My ATS Age

Enter your birth date to see your age in Δ, your next Kilo-versary, and which of the three Generations (Learning / Building / Transmission) you are currently in.

Privacy notice

Source: this entire page is public — read it on GitHub. Reporting: SECURITY.md.

Days lived
Current Generation
Next Kilo-versary
Next Hecto-celebration

How the ATS age is computed

Let Δnow be the elapsed days since the ATS epoch (1969-07-20T00:00:00Z) and Δself the elapsed days from the epoch to your birth instant (signed: negative for births before the epoch). Then your ATS age is simply the duration:

Δdage  =  Δnow  −  Δself

The result is a duration (Δd), not an instant (Δ). See conventions §4.1 for the distinction between Δ (instant) and Δd (duration) and manifesto §11 for the algebra.

The integer part is the number of full days lived. The decimal expansion is the fraction of the current day, with the same 5-digit precision as the canonical ATS form (cf. manifesto §4).

.ics export format

The download produces a standard RFC 5545 VCALENDAR with one VEVENT per upcoming milestone (5 Kilo-versaries + 10 Hecto-celebrations, see conventions §1 for the milestone definitions). Field summary:

FieldValueNotes
PRODID-//ATS//Apollonian Time System//ENIdentifies the producer.
VERSION2.0iCalendar 2.0 per RFC 5545.
CALSCALEGREGORIANRequired by RFC 5545; ATS milestones are dated by their Gregorian calendar day for calendar-app compatibility.
METHODPUBLISHStatic publication, not a meeting invite.
UIDats-{kind}-{days}-{birthMs}@<origin>Deterministic: same birth → same UIDs across re-exports (calendar apps update in place, no duplicates).
DTSTAMPnow (UTC)The instant the file was generated.
DTSTART / DTENDAll-day, VALUE=DATEOne full UTC day per milestone. Apple Calendar, Google Calendar, Outlook, Thunderbird tested.
SUMMARYΔ ATS — Kilo-versary (N days) or Hecto-celebrationRenders as the event title.
DESCRIPTIONN days since birth. ATS milestone.Plain-text body for clients that show it.

Compatible with Apple Calendar (macOS / iOS), Google Calendar (web import), Outlook (Windows / Mac / Web), and Thunderbird Lightning. To re-import after an ATS spec revision, regenerate from this page; the deterministic UID ensures in-place update.