In message <1299636769.12189.132.camel@localhost>, Paul Sheer writes:

>Posix time
>
>Posix time is just a definition of the relationship between days and
>logical seconds: i.e. there are 86400 of them in a day and the first day
>is 1970-01-01. Posix time is a 32/64-bit (signed) logical second value.

POSIX also allows time_t to be a floating point value:

        time_t and clock_t shall be integer or real-floating types.

Very little, if any, code survives compilation on a system where
time_t is a double.

Technical speaking we also need ISO-C time, which uses a looser
definition than POSIX.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
LEAPSECS mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/leapsecs

Reply via email to