> 
> 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?

 I believe this is correct behaviour.

        - Dave R. -



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to