Hello! Try the following: Take any year, minute, seconds, hours (etc...). set the struct tm accordingly. set the tm->tm_mon = 10 (November) set the tm->tm_mday = 31 (november has only 31 days) mktime(3) with this tm returns the date 1 Dezember. Does POSIX want this? Does anyone have the specs and could take a look? Or is this a bug? Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: mktime(3) and strange struct tm entries Alexander Langer
- Re: mktime(3) and strange struct tm entries Alexander Langer
- Re: mktime(3) and strange struct tm entries David Wolfskill
- Re: mktime(3) and strange struct tm entries Thomas David Rivers
- Re: mktime(3) and strange struct tm entries Alexander Langer
- Re: mktime(3) and strange struct tm entri... Dan Nelson
- Re: mktime(3) and strange struct tm e... Alexander Langer
- Re: mktime(3) and strange struct tm entries G. Adam Stanislav

