php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26198 strtotime returning invalid timestamp
Submitted: 2003-11-11 03:15 UTC Modified: 2003-11-11 21:59 UTC
From: resident at telcontar dot net Assigned: iliaa (profile)
Status: Closed Package: Date/time related
PHP Version: 4.3.3 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: resident at telcontar dot net
New email:
PHP Version: OS:

 

 [2003-11-11 03:15 UTC] resident at telcontar dot net
Description:
------------
I realise you've been making changes to strtotime() in PHP (I'm in Mac OS 9.1 - can't run a CVS copy), but you may still want to check to see what the new version makes of date strings with no day specified (someone tried to use such a string on my site) - I'm getting a timestamp from an unrelated day several years into the future. See the code specified.

Reproduce code:
---------------
echo strtotime("Oct 2001");

Expected result:
----------------
Not sure. Either -1, or the timestamp for 1st October 2001 - probably the latter.

Actual result:
--------------
1237737600

this gives:
07:16 am: *** Unix time "1237737600": Sunday, March 22, 2009 @ 04:00:00 pm

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-11 03:26 UTC] alan at akbkhome dot com
This might be a bit to difficult to fix.. and lead to yet more ambiguous results....

1 Oct = 1 Oct 2003 (this year)
03 Oct .. is this 2003/or 3rd..?
2003 Oct ... 2003 days after 0th of Oct...

Input checking may be the only option here..
 [2003-11-11 21:59 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 03:01:28 2024 UTC