|
|
|
|
|
by to3m
4006 days ago
|
|
You could add an extra second by having the previous 1,000 seconds (16 hours) last 1,001ms each, say. Then the scope for confusion is more likely to be limited to software that reads human time, and counts milliseconds, and requires the two to match over time. Probably a much smaller percentage of all programs. When you know what the problems are likely to be, you can of course pick the approach that's least likely to cause you problems! But if you're going in blind, then this seems like it could be a safer way to do it. (You might use some kind of a curve to do this, so it's smooth like. I imagine this is what the comment about weighting refers to.) |
|
I understand that this isn't ideal for people dealing with actual dates and times, but the upside is that timespans expressed in seconds are now universal, so for example Unix timestamps actually have meaning that doesn't change according to earth's rotation.