 | | The tm_sec element contains the seconds after the minute (0–61; the 61 is for leap seconds), the tm_min element contains the minutes after the hour (0–59), the tm_hour element contains the hours since midnight (0–23), the tm_mday element contains the day of the month (1–31), the tm_mon element contains the month (0–11, 0=January), the tm_year element contains the year since 1900, the tm_wday element contains the day of the week (0–6, 0=Sunday), the tm_yday element contains the day of the year (0–365, 0=January 1st), and the tm_isdst element is non-zero if daylight time is in effect. | |
|