ID:               16429
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Date/time related
 Operating System: Solaris/Linux
 PHP Version:      4.3.0-dev
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2003-01-02 19:52:15] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



------------------------------------------------------------------------

[2002-08-22 12:42:40] [EMAIL PROTECTED]

After a few more tests I was able to replicate the problem, it appears
that if I set the date higher then the date on which the change occurs,
the functions messes up.

For example:
<?php
$today = mktime(9, 28, 0, 4, 8, 2002);
print date("r", $today) . "\n";
print date("r", strtotime("last saturday", $today)) . "\n";
?>
------------
Mon,  8 Apr 2002 09:28:00 -0400
Fri,  5 Apr 2002 23:00:00 -0500

------------------------------------------------------------------------

[2002-08-22 12:39:00] [EMAIL PROTECTED]

<?php
$today = mktime(9, 28, 0, 4, 7, 2002);
print date("r", $today) . "\n";
print date("r", strtotime("last saturday", $today)) . "\n";
?>
------------

Sun,  7 Apr 2002 09:28:00 -0400
Sat,  6 Apr 2002 00:00:00 -0500


Seems to work fine, even across DST.

------------------------------------------------------------------------

[2002-08-19 19:07:22] [EMAIL PROTECTED]

Rasmus, Ilia.
Please look at your results: The timezone is the same, as there was no
DST jump in that weekend for you.

http://www.timeanddate.com/time/dstevents.html
 
Please try for one week later.

------------------------------------------------------------------------

[2002-08-19 17:25:06] [EMAIL PROTECTED]

Works fine for me as well, with PHP 4.3.0-dev <1 hour old

Thu,  4 Apr 2002 09:28:00 -0500
Sat, 30 Mar 2002 00:00:00 -0500

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16429

-- 
Edit this bug report at http://bugs.php.net/?id=16429&edit=1

Reply via email to