I wonder if leap seconds have any impact on the time displayed on my computer.
Upon inspecting the JavaScript date object, it seems that leap seconds are not accounted for at all. They do not seem to be included in the base representation.
It appears that leap seconds are incorporated when the clock synchronizes. How does this affect the handling of time in JavaScript?