php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35705 strtotime does not convert microseconds
Submitted: 2005-12-16 11:18 UTC Modified: 2005-12-16 23:39 UTC
From: pboe at gmx dot de Assigned: derick (profile)
Status: Closed Package: Date/time related
PHP Version: 5.1.1 OS: Windows xp
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: pboe at gmx dot de
New email:
PHP Version: OS:

 

 [2005-12-16 11:18 UTC] pboe at gmx dot de
Description:
------------
The conversion of an ISO-Date with microseconds with strtotime  
worked under PHP 5.0.4 but doesn't under PHP 5.1.1


Reproduce code:
---------------
<?php
print strtotime("2000-10-10T10:12:30.000");
?>

Expected result:
----------------
971165550

Actual result:
--------------
nothing

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-16 11:23 UTC] tony2001@php.net
Assigned to the maintainer.
 [2005-12-16 23:39 UTC] iliaa@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 20:01:31 2024 UTC