2002-09-09
2002-09-09 08:04:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
081eea175545aceed04b0fde276ebf2d15567fe3
(10 lines)
(+9/-1)
[
Show
| Annotate
]
Branch: 7.9
More information about the use and limits of mktime().
Rev: src/builtin_functions.c:1.438
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: builtin_functions.c,v 1.437 2002/09/07 18:35:07 grubba Exp $");
+ RCSID("$Id: builtin_functions.c,v 1.438 2002/09/09 08:04:27 grubba Exp $");
#include "interpret.h"
#include "svalue.h"
#include "pike_macros.h"
4131: Inside #if defined(HAVE_MKTIME)
*!
*! Or you can just send them all on one line as the second syntax suggests.
*!
+ *! @note
+ *! On some operating systems (notably AIX), dates before Jan 1, 1970
+ *! 00:00:00 UTC are not supported.
+ *!
+ *! On most systems, the supported range of dates are Dec 13, 1901
+ *! 20:45:52 UTC through Jan 19, 2038 03:14:07 UTC (inclusive).
+ *!
*! @seealso
*! @[time()], @[ctime()], @[localtime()], @[gmtime()]
*/