Time is the driver for all and the "solvent" of everything. The former is for software and the latter for its hardware.
Exact time measurement🔬 and timestamping aren't an issue for regular solutions but chronology.
Software of the previous millennium gave bits for dates (when bits means bits literally), thus nurturing the giant Y2K bug (and maybe Y2038w). Contemporary languages can support a vast range of past and future dates📆, but badly organize them (not intuitive and error-prone).
🔬 Unless you need accuracy close to physics on steroids.🔗
📆 C# DateTime
, astonishingly giving way to Java, supports only Common Era. Though there are Calendar
classes to limited rescue.
Overall Wizard diagram 📆 Calendar selection: when applicable and optional 📱 Absolute year calculated from selection (epoch year, century, etc.) 🔄 circa, optional mark to specify delta in the input unit |
|
|- AbcChrono
|--- Source
|--- Tests
🔚