|
|
|
|
|
by gizmo686
2707 days ago
|
|
We could easily define a time system that is simply "number of seconds since 00:00:00 January 1, 1970" (other than epoch being different, we have this with GPS and TAI time, but the network effects for UTC are strong) and used that as our base time system. Leap seconds could then be added at higher layers simmilar to how leap hours are. Instead evryone has to deal with leap seconds weather they care about the orientation of Earth or not. Also, at least for computer applications, a variable lenfth second is easier to deal with than a leap second. |
|
To keep time you do care about the position of the sun because that defines the time of day, humanity's base for the experience of time.
If you will never care about what the time is in your application, by all means, count clock cycles, otherwise: UTC is the standard for keeping time.