ID: 22998
User updated by: przemek at cert dot pl
Reported By: przemek at cert dot pl
-Status: Bogus
+Status: Open
Bug Type: Date/time related
-Operating System: Debian
+Operating System: Debian, Linux
PHP Version: 4.3.1
New Comment:
My mistake, there should be a '$', of course, but nevertheless the
result is -1 this time.
Previous Comments:
------------------------------------------------------------------------
[2003-04-01 02:45:30] [EMAIL PROTECTED]
Try adding a $ in front of date_time on line 3
------------------------------------------------------------------------
[2003-04-01 02:16:30] przemek at cert dot pl
$date_time=strtotime("20030330 0100");
echo "date_time reads: $date_time\n";
$date_time=strtotime("+1 hour", date_time);
echo "date_time reads: $date_time\n";
produces output:
date_time reads: 1048982400
date_time reads: 3600
I must say I wouldn't mind getting "2003-03-30 03:00", but
"1970-01-01 00:00" is more than surprising...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22998&edit=1