|
|
@@ -103,7 +103,7 @@ POSIX has the following properties and limitations.
|
|
|
signed time_t values stop working after 2038-01-19 03:14:07 UTC, so
|
|
|
new implementations these days typically use a signed 64-bit integer.
|
|
|
Unsigned 32-bit integers are used on one or two platforms,
|
|
|
- and 36-bit integers are also used occasionally.
|
|
|
+ and 36-bit and 40-bit integers are also used occasionally.
|
|
|
Although earlier POSIX versions allowed time_t to be a
|
|
|
floating-point type, this was not supported by any practical
|
|
|
systems, and POSIX.1-2013 and the tz code both require time_t
|