In particular, though, enctool doesn't seem to have any limit on year size -- not even the normal integer limit.
(Implementation note: I have a separate max digit limit for years, and my default is 4. I used to write archaeology software that dealt with samples thousands of years old, so I've run into every year-related bug in the book. There simply aren't any use cases for that level of precision, that far out. Nobody has ever needed to record that something happened on July 17 in the Pleistocene.)
After a certain point, enctool kind of gives up trying to handle years, and just latches on to a particular value:
The value doesn't seem to have any useful meaning, or at least, not that enctool can recognize:
In particular, though, enctool doesn't seem to have any limit on year size -- not even the normal integer limit.
(Implementation note: I have a separate max digit limit for years, and my default is 4. I used to write archaeology software that dealt with samples thousands of years old, so I've run into every year-related bug in the book. There simply aren't any use cases for that level of precision, that far out. Nobody has ever needed to record that something happened on July 17 in the Pleistocene.)