Side ATrack no. 41
ISO 8601, the peace treaty for dates
Few small ambiguities cause as much quiet damage as the written date. See "7/6" and, depending on where you live, you read either the seventh of June or the sixth of July. The United States writes the month first; most of the rest of the world writes the day first; and a date torn from its context becomes a coin flip. For anything shared across borders, the disagreement is not a curiosity but a hazard.
ISO 8601, first published in 1988, is best understood as a peace treaty. Rather than crown one national habit as the winner, it sidesteps the whole quarrel with a different arrangement entirely: year, then month, then day, biggest unit first. Written out, the sixth of July 2026 becomes 2026-07-06, and the format leaves no room for a second reading. There is no month-first or day-first to argue about, because the ordering is fixed by size, and size is something everyone can agree on.
The design carries a bonus that its authors clearly intended. Because the most significant part comes first and every field is zero-padded to a fixed width, the dates sort correctly as plain text. A computer that knows nothing about calendars can line up a column of ISO dates in simple alphabetical order and get them in true chronological order for free, no date logic required. It is the rare standard that solves a human problem and a machine problem with the same stroke: unambiguous to a reader in any country, and trivially sortable to a program that cannot count. The treaty holds because it asked no one to surrender their own way of writing dates; it simply offered a neutral ground where every date means exactly one thing.