Re: [PHP-DEV] mktime problem...

2004-01-19 Thread Jonathan Hernandez
Well, I see that is a normal behavior of libc/mktime (it returns -1 if an error was detected), I see others have the same problem and implements their own php/mktime function (see the first comment on http://www.php.net/mktime)... I wonder if it can be implemented directly on the php function...

Re: [PHP-DEV] mktime problem...

2004-01-19 Thread Wez Furlong
Your libc doesn't support negative time_t values. --Wez. - Original Message - From: "Jonathan Hernandez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 7:20 PM Subject: [PHP-DEV] mktime problem... > Hello, > > I have a problem with mktime, when I try to run