Side ATrack no. 17
The original hour formatter
Long before there were tokens for months and minutes, there was the sundial, and it was the first machine to take the raw turning of the world and render it as an hour. Think of it as a formatter with a single field. You give it the position of the sun, and it returns the time of day. It has been doing this work since around 3500 BC, which makes it one of the oldest instruments humans ever built to read their own place in the day. Its method is disarmingly simple.
The sun crosses the sky, a shadow leans away from it, and that shadow sweeps across the dial at roughly fifteen degrees an hour. The figure is not arbitrary. It is the whole circle of three hundred and sixty degrees divided evenly across the twenty-four hours of a full rotation, and the shadow simply traces that division out in real time. Every date-format token that came after, every code that turns a moment into a readable string, is a descendant of this one gnomon leaning into the light.
But the sundial carries a limitation that no later formatter would tolerate, and it is honest about it. The instrument has exactly one documented failure mode: it stops after dark. Take away the sun and there is no shadow, no reading, no output at all. The field goes blank. It is the original formatter that only works the day shift, requiring a fixed station, an open sky, and the plain condition of daylight to do its job. For all its age and elegance, it clocks out at dusk and waits, patient and useless, for the sun to return and set it working again.