|
|
|
|
|
by labawi
2304 days ago
|
|
Thank you, I think I understand, but disagree on terminology. Leap seconds are not excluded from number of seconds since Unix epoch, interpreted on a physical, TAI, UTC, typical local time scales. However, they are indeed excluded from "number of seconds since Unix epoch", when interpreted in unix time. In unix time, those seconds simply don't exists (never happened) and the events of those seconds are smooshed sometime. Unix time representation forms a (quirky) timescale. I'll quote a few excerpts from 'date' man page of linux, openbsd and for gettimeofday: Convert seconds since the epoch (1970-01-01 UTC) to a date Print out (in specified format) the date and time represented by seconds from the Epoch. The time is expressed in seconds and microseconds since midnight (0 hour), January 1, 1970 |
|