Skip to content

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.

Version
v1 · 2026-08-30 · History
Domain-specific #
1631
Origin domain
timekeeping systems
Subdomain
time-of-day units and notation
Aliases
Decimalized time, Decimalised time

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:

  1. 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

\[ f=\frac{t-t_0}{T}, \qquad 0\le f<1. \]

For the French-style system,

\[ h_d=10f,\qquad m_d=100h_d,\qquad s_d=100m_d=100000f, \]

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

Local relationship map for Decimal TimeParents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Decimal TimeDOMAINPrime abstraction: Representation — is a kind ofRepresentationPRIME

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

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

Computed from structural-signature embeddings · 2026-09-08