Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 1999 17:14:23 +0100
From:      Alexander Langer <alex@big.endian.de>
To:        hackers@freebsd.org
Subject:   mktime(3) and strange struct tm entries
Message-ID:  <19991231171423.A4219@cichlids.cichlids.com>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991231171423.A4219>