there are only 24 hours in a day, not 29

This commit is contained in:
eck 1990-01-04 11:33:10 +00:00
parent 7157ec19b6
commit 369a99fe3a

View 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 */