Decimal Time¶
A time-of-day representation that fixes a day boundary and subdivides the day through powers of ten, so unit changes become decimal-point shifts rather than mixed-radix conversion.
Core Idea¶
Decimal time is a system for representing time of day by taking one declared day as the whole and dividing it through powers of ten. In the canonical complete form, the day has ten decimal hours, each hour has one hundred decimal minutes, and each minute has one hundred decimal seconds. One day therefore contains 100,000 decimal seconds. The same instant can be written as a fraction of the day, a decimal-hour value, or a fielded clock value without mixed-radix arithmetic: 0.54321 day = 5.4321 decimal hours = 5 h 43 min 21 s = 54,321 decimal seconds.
Scope of Application¶
The primary scope is horology and civil time-of-day representation. A clock face can display ten hours per day, a record can write decimal hours and minutes, and a schedule can be expressed as fractions of a day. The French reform proves that the role system was implemented in public clocks, watches, legal prescription, and official discourse rather than existing only as a numerical thought experiment.
Clarity¶
A complete decimal-time specification answers nine questions:
- What counts as one day, and can its physical duration vary? 2. At what instant does the day coordinate start and reset? 3. Which time scale or civil convention underlies the coordinate? 4. How many top-level units divide the day? 5. How is each unit subdivided? 6. Is the system fully decimal or only one field/fraction decimalized?
Manages Complexity¶
Conventional time arithmetic mixes moduli. Adding durations can require carries at 60 seconds, 60 minutes, and 24 hours; representing a fraction of a day requires division by 86,400. Decimal time reduces the intraday coordinate to positional arithmetic. A single numeral can support comparison, interpolation, percentage-of-day displays, and rescaling across units.
Abstract Reasoning¶
Let T be the duration assigned to one reference day, t0 its boundary, and t an instant within the day. Define the normalized elapsed fraction
For the French-style system,
Knowledge Transfer¶
The full role system transfers literally across decimal dials, written Republican hours, hundred-part day instruments, fractional-day coordinates, and normalized software clocks. Each case has a temporal whole, an origin, a radix-ten partition, a numeral, and a decoding rule. What differs is whether the hierarchy is complete, which time scale underlies it, and whether the coordinate resets daily or is joined to a continuous day count.
Relationships to Other Abstractions¶
Current abstraction Decimal Time Domain-specific
Parents (1) — more general patterns this builds on
-
Decimal Time is a kind of Representation Prime
Decimal Time strictly specializes live Representation.
Hierarchy path (1) — routes to 1 parentless root
- Decimal Time → Representation → Abstraction
Neighborhood in Abstraction Space¶
Decimal Time sits in a sparse region of the domain-specific corpus (98th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Superpartient Ratio — 0.76
- Decimal — 0.75
- Haversine Formula — 0.75
- Distributive Case — 0.74
- Wiechel Projection — 0.74
Computed from structural-signature embeddings · 2026-09-08