there are only 24 hours in a day, not 29
This commit is contained in:
parent
7157ec19b6
commit
369a99fe3a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue