Jan. 11, 2024
8:38 p.m.
On 2024-01-11 02:33, Stephen Colebourne via tz wrote:
Maybe I'm missing some context, but how can "m" or "mi" possibly be better than "max" in a human-readable source code file?
This is not the source files we maintain by hand; it's tzdata.zi, a text file intended to be short rather than hand-edited. In tzdata.zi, abbreviating "maximum" to "m" is OK for the same reason tzdata.zi already abbreviates "only" to "o" and "September" to "S". Come to think of it, tzdata.zi can use "m" in vanguard form, and while looking into that I noticed some other opportunities for improving compressibility in minor ways. I installed the attached proposed patches to do that.