there are only 24 hours in a day, not 29
authoreck <none@none>
Thu, 4 Jan 1990 11:33:10 +0000 (11:33 +0000)
committereck <none@none>
Thu, 4 Jan 1990 11:33:10 +0000 (11:33 +0000)
lang/cem/libcc.ansi/headers/time.h

index a9bc91d..b184634 100644 (file)
@@ -33,7 +33,7 @@ typedef       unsigned long   clock_t;        /* type returned by real time clock */
 struct tm {
        int     tm_sec;                 /* seconds after the minute - [0, 59] */
        int     tm_min;                 /* minutes after the hour - [0, 59] */
-       int     tm_hour;                /* hours since midnight - [0, 28] */
+       int     tm_hour;                /* hours since midnight - [0, 23] */
        int     tm_mday;                /* day of the month - [1, 31] */
        int     tm_mon;                 /* months since January - [0, 11] */
        int     tm_year;                /* years since 1900 */