Storing times, and precision of float64
Posted on Fri 26 September 2025 in Software • Tagged with data, math, physics
This is the second article about how working with temporal information in computer systems. The first article was about contained some definitions about astronomical time and timezones.
This article describes options for storing temporal values in your programs, and their limitations. In particular, it describes two pitfalls that can happen …
Continue reading